summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-18 19:52:23 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-18 19:52:23 +0200
commite0e95d9679e4cb0eb905d9f0910a49fe86586982 (patch)
tree290fe613430ea4a30fa7ee947cf95d0dbab0ccab /Cargo.toml
parentBegin processing of initation (diff)
downloadwireguard-rs-e0e95d9679e4cb0eb905d9f0910a49fe86586982.tar.xz
wireguard-rs-e0e95d9679e4cb0eb905d9f0910a49fe86586982.zip
Begin creation of response
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 354f8aa..2d27e3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "wg-handshake"
version = "0.1.0"
authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"
+license = "GPL-3.0"
[dependencies]
rand = "0.6.5"