summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-06 21:58:01 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-06 21:58:01 +0100
commit00c1ea17d53ca9eed8ec0f320c37592505ff8d65 (patch)
tree4984e87bd2f725a0ea6806345d58e7a6e0a2dca4 /Cargo.toml
parentFixed inbound job bug (add to sequential queue) (diff)
downloadwireguard-rs-00c1ea17d53ca9eed8ec0f320c37592505ff8d65.tar.xz
wireguard-rs-00c1ea17d53ca9eed8ec0f320c37592505ff8d65.zip
Remove futures from dependencies
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"