From b2a6eb0f8d373a696080176b8dd266e8a156eadd Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Mon, 29 May 2017 13:47:26 +0800 Subject: rust test: convert screech test to snow --- contrib/external-tests/rust/Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'contrib/external-tests/rust/Cargo.toml') 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 = "*" -- cgit v1.2.3-59-g8ed1b