init
This commit is contained in:
7
src/lib.rs
Normal file
7
src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[cfg(feature = "logging")]
|
||||
pub mod logging;
|
||||
|
||||
#[cfg(feature = "db-sqlx")]
|
||||
pub mod db;
|
||||
|
||||
pub mod error;
|
||||
Reference in New Issue
Block a user