From 9154c997fa8b9ffc04c5924c572283723795b011 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Wed, 10 Jul 2019 18:22:48 +0200 Subject: Encoding / decoding of messages --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b4363ca --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "wg-handshake" +version = "0.1.0" +authors = ["Mathias Hall-Andersen "] +edition = "2018" + +[dependencies] +rust-crypto = "0.2.36" + +[dependencies.x25519-dalek] +version = "^0.5" -- cgit v1.2.3-59-g8ed1b