diff options
Diffstat (limited to 'src/web/lib.rs')
-rw-r--r-- | src/web/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/lib.rs b/src/web/lib.rs index c0c668a1..f28937b9 100644 --- a/src/web/lib.rs +++ b/src/web/lib.rs @@ -1,4 +1,6 @@ #[macro_use] extern crate log; +pub mod error; + pub mod web_server; |