added initial roadmap and implementation
This commit is contained in:
5
common/src/lib.rs
Normal file
5
common/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod config;
|
||||
pub mod db;
|
||||
|
||||
pub use config::{Config, ProjectContext};
|
||||
pub use db::init_pool;
|
||||
Reference in New Issue
Block a user