aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-03-10 18:20:31 +0000
committerJake McGinty <me@jake.su>2018-03-21 17:47:05 -0600
commitfd785b58d618cde6492df45bcb50574633c1c1af (patch)
tree6f895f817624c096c02aefd346382519a8856c8c /Cargo.toml
parentmeta: update gitignore (diff)
downloadwireguard-rs-fd785b58d618cde6492df45bcb50574633c1c1af.tar.xz
wireguard-rs-fd785b58d618cde6492df45bcb50574633c1c1af.zip
meta: change crate name to 'wireguard' not 'wgrs'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c36fb5a..991d01f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "wgrs"
-version = "0.6.0"
+name = "wireguard"
+version = "0.0.0"
authors = ["Jake McGinty <me@jake.su>"]
license = "GPL-3.0"
repository = "https://git.zx2c4.com/wireguard-rs/"