summaryrefslogtreecommitdiffhomepage
path: root/src/lib.rs
blob: 949a029d45f1b1ae5f57c77c43522d5639e420ca (plain)
1
2
3
4
5
6
7
8
9
#![deny(missing_docs)]

//! The core components of the talpidaemon VPN client.

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