aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 11:13:32 -0700
committerFuwn <[email protected]>2021-05-03 11:13:32 -0700
commit82fbdc9651acfce184e2fdb34dc35fdd2e80746e (patch)
treed085c111ca8a9eb1fb7b17fdaf54fb9b8011e8ba /src/lib.rs
parentrevert(deps): remove dev-dependencies (diff)
downloadwhirl-82fbdc9651acfce184e2fdb34dc35fdd2e80746e.tar.xz
whirl-82fbdc9651acfce184e2fdb34dc35fdd2e80746e.zip
refactor(global): remove all the fluff from main file
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 193a0d1..4649ac3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,6 +17,7 @@ extern crate rocket;
pub mod cli;
pub mod config;
+pub mod subs;
pub mod api;
pub mod db;