[package] name = "wireguard" version = "0.1.0" authors = ["The WireGuard developers", "Sascha Grunert "] [[bin]] name = "userspace-wg" [dependencies] clap = { version = "2", features = ["yaml"] } daemonize = "0.2" libc = "0.2" log = "0.3" mowl = "1.0" nix = "0.8" error-chain = "0.10"