diff options
Diffstat (limited to 'src/web/lib.rs')
-rw-r--r-- | src/web/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/lib.rs b/src/web/lib.rs index c06492a3..9b7c8573 100644 --- a/src/web/lib.rs +++ b/src/web/lib.rs @@ -1,6 +1,6 @@ //! Crate for handling web serving of s3 bucket #[macro_use] -extern crate log; +extern crate tracing; mod error; pub use error::Error; |