refactor (v2): better arch
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
10
crates/application/src/lib.rs
Normal file
10
crates/application/src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
pub mod auth;
|
||||
pub mod config;
|
||||
pub mod context;
|
||||
pub mod notes;
|
||||
pub mod smart;
|
||||
pub mod tags;
|
||||
pub mod worker;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) mod test_helpers;
|
||||
Reference in New Issue
Block a user