aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-26 03:03:15 +0000
committerJake McGinty <me@jake.su>2018-02-26 03:03:15 +0000
commita67009a677900c12f1ba564715c7c55f288259e3 (patch)
tree104400cea175565426b6ec4dbeda732c3fad90db /Cargo.toml
parentadd cross-platform fs notify library (diff)
downloadwireguard-rs-a67009a677900c12f1ba564715c7c55f288259e3.tar.xz
wireguard-rs-a67009a677900c12f1ba564715c7c55f288259e3.zip
die on SIG{INT,TERM} and config UDS deletion, per spec
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce22b1a..e7e1d08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,6 +52,7 @@ tokio-core = "^0.1"
tokio-uds = "^0.1"
tokio-utun = "^0.1"
tokio-timer = "^0.1"
+tokio-signal = "^0.1"
treebitmap = "^0.2"
x25519-dalek = "^0.1"