aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-28 17:09:27 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-28 17:09:27 +0200
commit2c81abbe7973dfbe6113d66f9d92b6b4ad3b0afa (patch)
tree62f32c732564544edf1ca5456cbd84e87385ae38 /Cargo.toml
parentAdded ability to remove peer from device (diff)
downloadwireguard-rs-2c81abbe7973dfbe6113d66f9d92b6b4ad3b0afa.tar.xz
wireguard-rs-2c81abbe7973dfbe6113d66f9d92b6b4ad3b0afa.zip
Restructured for wireguard-rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af24051..0b4ce0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "wg-handshake"
+name = "wireguard-rs"
version = "0.1.0"
authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"