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.toml10
1 files changed, 10 insertions, 0 deletions
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 = "*"