refactor(server): moved shared module crypto into arbiter-crypto
This commit is contained in:
7
server/crates/arbiter-crypto/src/lib.rs
Normal file
7
server/crates/arbiter-crypto/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#[cfg(feature = "authn")]
|
||||
pub mod authn;
|
||||
|
||||
|
||||
#[cfg(feature = "safecell")]
|
||||
pub mod safecell;
|
||||
Reference in New Issue
Block a user