diff options
| author | Fuwn <[email protected]> | 2021-05-03 11:13:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 11:13:32 -0700 |
| commit | 82fbdc9651acfce184e2fdb34dc35fdd2e80746e (patch) | |
| tree | d085c111ca8a9eb1fb7b17fdaf54fb9b8011e8ba /src/lib.rs | |
| parent | revert(deps): remove dev-dependencies (diff) | |
| download | whirl-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.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ extern crate rocket; pub mod cli; pub mod config; +pub mod subs; pub mod api; pub mod db; |