garage/src/web/lib.rs
2020-11-10 09:59:52 +01:00

5 lines
52 B
Rust

#[macro_use]
extern crate log;
pub mod web_server;