summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2020-01-09 11:24:13 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2020-01-09 11:24:13 +0100
commitacbca236b70598c20c24de474690bcad883241d4 (patch)
tree10a33cc8c6ae5b4a56bac191b3f8072e6bd4b717 /Cargo.toml
parentFixed typo in under load code (diff)
downloadwireguard-rs-acbca236b70598c20c24de474690bcad883241d4.tar.xz
wireguard-rs-acbca236b70598c20c24de474690bcad883241d4.zip
Work on sticky sockets
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1298a28..1055db7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,6 @@ name = "wireguard-rs"
version = "0.1.0"
authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"
-license = "MIT"
[dependencies]
hex = "0.3"