summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: 9ca0a0b41147801f524804b7841aac68b5833bec (plain)
1
2
3
4
5
6
7
#[macro_use]
extern crate log;
extern crate iron;
#[macro_use]
extern crate router;

pub mod server;