summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: fa22112aa8643337edd3f3e0702884871864b9d4 (plain)
1
2
3
4
5
6
7
pub mod systemd;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {}
}