diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-19 14:56:00 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-19 14:56:00 +0100 |
commit | 04f455ff7f673ae9449b374183b8aafb9347581f (patch) | |
tree | 0eff6e61d6a0a7d9c7eaf5bed99dba0c53f85352 /src/web/lib.rs | |
parent | fc427b0b66241785ecd3fe23ec3e4ac72aaed1da (diff) | |
download | garage-04f455ff7f673ae9449b374183b8aafb9347581f.tar.gz garage-04f455ff7f673ae9449b374183b8aafb9347581f.zip |
Make it compile again
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; |