aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-26 01:13:16 +0000
committerJake McGinty <me@jake.su>2018-02-26 01:13:16 +0000
commit021c5e1eb039ba4d20ecebc21e88576da97aaf42 (patch)
tree70994a300fbb5ae79752d71f953a5fbf550215ec /Cargo.toml
parentfix up benchmarks after refactors (diff)
downloadwireguard-rs-021c5e1eb039ba4d20ecebc21e88576da97aaf42.tar.xz
wireguard-rs-021c5e1eb039ba4d20ecebc21e88576da97aaf42.zip
add cross-platform fs notify library
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 596ced2..ce22b1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ futures = "^0.1"
lazy_static = "^1"
log = "^0.3"
hex = "^0.3"
+notify = "4.0.0"
rand = "^0.4"
nix = "^0.10"
pnet_packet = "^0.20"