From 99d303ac2739e65a02fbbc325b74ad6fcac63cc2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 5 Jun 2015 15:58:00 +0200 Subject: Initial commit --- contrib/external-tests/rust/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/external-tests/rust/Cargo.toml (limited to 'contrib/external-tests/rust/Cargo.toml') diff --git a/contrib/external-tests/rust/Cargo.toml b/contrib/external-tests/rust/Cargo.toml new file mode 100644 index 0000000..c064905 --- /dev/null +++ b/contrib/external-tests/rust/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "wireguard-keepalive" +version = "0.1.0" +authors = ["jason@zx2c4.com"] +[dependencies] +screech = { git = "https://github.com/trevp/screech" } +rust-crypto = "*" +byteorder = "*" +rustc-serialize = "*" +time = "*" -- cgit v1.2.3-59-g8ed1b