From fcc9e7ab1d1964d628f9ea81ae10bad5ecc3f0ae Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 29 May 2017 16:58:10 +0200 Subject: rust test: add icmp ping --- contrib/external-tests/rust/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 edbb5e3..88d94a7 100644 --- a/contrib/external-tests/rust/Cargo.toml +++ b/contrib/external-tests/rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "wireguard-keepalive" +name = "wireguard-ping" version = "0.1.0" authors = ["jason@zx2c4.com", "me@jake.su"] publish = false @@ -10,3 +10,7 @@ base64 = "^0.5" rust-crypto = "*" byteorder = "*" time = "*" + +[dependencies.pnet] +version = "*" +features = [ ] -- cgit v1.2.3-59-g8ed1b