aboutsummaryrefslogtreecommitdiff
path: root/src/web/lib.rs
blob: c0c668a11d67708bf0de4c59d7c72029999d1f17 (plain) (blame)
1
2
3
4
#[macro_use]
extern crate log;

pub mod web_server;