aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/external-tests/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/external-tests/rust/Cargo.toml')
-rw-r--r--contrib/external-tests/rust/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/external-tests/rust/Cargo.toml b/contrib/external-tests/rust/Cargo.toml
index c064905..edbb5e3 100644
--- a/contrib/external-tests/rust/Cargo.toml
+++ b/contrib/external-tests/rust/Cargo.toml
@@ -1,10 +1,12 @@
[package]
name = "wireguard-keepalive"
version = "0.1.0"
-authors = ["jason@zx2c4.com"]
+authors = ["jason@zx2c4.com", "me@jake.su"]
+publish = false
+
[dependencies]
-screech = { git = "https://github.com/trevp/screech" }
+snow = "^0.1.0-preview"
+base64 = "^0.5"
rust-crypto = "*"
byteorder = "*"
-rustc-serialize = "*"
time = "*"