summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: cbc87775ab156e521ab98355e61118c1efabf850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#[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() {}
}