diff options
| author | Fuwn <[email protected]> | 2021-03-21 12:42:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-21 12:42:38 -0700 |
| commit | b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df (patch) | |
| tree | 852db2930582a449b6d38cb5016d873b363e46e6 /src/lib.rs | |
| parent | Merge pull request #1 from Vencorr/master (diff) | |
| download | whirl-b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df.tar.xz whirl-b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df.zip | |
feature: setup database tables
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ extern crate log; pub mod cmd; +pub mod db; pub mod server; pub mod utils; |