Skip to content

Commit

Permalink
feat: make auth mod public
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed Mar 17, 2024
1 parent 9db93d0 commit 7dc5e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod auth;
pub mod auth;
pub mod c_api;
#[cfg(feature = "protocol")]
pub mod protocol;
Expand Down

0 comments on commit 7dc5e14

Please sign in to comment.