aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2017-12-31 01:48:00 -0800
committerJake McGinty <me@jake.su>2017-12-31 01:48:00 -0800
commit60407e02b5744e974f6c44a8598efd5868f75ac6 (patch)
treee028ef4f3925f48346c01fcfe7959e2e6fb1a33e /Cargo.toml
parentcargo update (diff)
downloadwireguard-rs-60407e02b5744e974f6c44a8598efd5868f75ac6.tar.xz
wireguard-rs-60407e02b5744e974f6c44a8598efd5868f75ac6.zip
remove some unused dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06272cb..758d1d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,7 @@ rand = "^0.4"
libc = "0.2"
nix = "0.9"
rustc-serialize = "0.3.22"
-tai64 = { git = "https://github.com/sopium/tai64" }
treebitmap = "^0.2"
-chashmap = "^2.2"
env_logger = "^0.4"
log = "^0.3"