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

pub mod web_server;