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