#[macro_use] extern crate horrorshow; extern crate sqlite; pub mod systemd; pub mod render; pub mod auth; #[cfg(test)] mod tests { #[test] fn it_works() {} }