aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: afc2faaef71341a2bddd10dcbc806f64e4643dbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wireguard"
version = "0.1.0"
authors = ["The WireGuard developers", "Sascha Grunert <mail@saschagrunert.de>"]

[[bin]]
name = "userspace-wg"

[dependencies]
clap = { version = "2", features = ["yaml"] }
daemonize = "0"
libc = "0"
log = "0"
mowl = "1"
nix = "0"