a2e1617d
cea871d9
8c2fb0c0
b4376108
04f455ff
1
2
3
4
5 6
7
8 9
//! Crate for handling web serving of s3 bucket #[macro_use] extern crate tracing; mod error; pub use error::Error; mod web_server; pub use web_server::run_web_server;