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

pub mod error;

pub mod web_server;