aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-10 18:22:48 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-10 18:22:48 +0200
commit9154c997fa8b9ffc04c5924c572283723795b011 (patch)
tree60e9e0d4bdc7bf90bf2ed7d583e1a26f002de18d /Cargo.toml
downloadwireguard-rs-9154c997fa8b9ffc04c5924c572283723795b011.tar.xz
wireguard-rs-9154c997fa8b9ffc04c5924c572283723795b011.zip
Encoding / decoding of messages
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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 <mathias@hall-andersen.dk>"]
+edition = "2018"
+
+[dependencies]
+rust-crypto = "0.2.36"
+
+[dependencies.x25519-dalek]
+version = "^0.5"