summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-09 13:21:42 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-09 13:21:42 +0100
commitd1350620be0154f94fa2c3df242f9ddeb9c19796 (patch)
treea8205524f40dc7f96bc7921baee12d9751583724 /Cargo.toml
parentMove to run queue (diff)
parentRemove futures from dependencies (diff)
downloadwireguard-rs-d1350620be0154f94fa2c3df242f9ddeb9c19796.tar.xz
wireguard-rs-d1350620be0154f94fa2c3df242f9ddeb9c19796.zip
Merge branch 'runq' of ssh://git.zx2c4.com/wireguard-rs into runq
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 35140f7..b0de363 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,6 @@ generic-array = "0.12.3"
zerocopy = "0.2.7"
byteorder = "1.3.1"
digest = "0.8.0"
-futures = "0.1.28"
arraydeque = "0.4.5"
treebitmap = "^0.4"
crossbeam-channel = "0.3.9"