aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-03-09 14:19:29 +0000
committerJake McGinty <me@jake.su>2018-03-21 17:46:52 -0600
commit489323992f82077c5623517cd6b3f8243bf63c46 (patch)
tree58547579d39342a0b40d54182e9051f56bfd0899 /Cargo.toml
parentpeer: use enum instead of Option<Option<_>>> (diff)
downloadwireguard-rs-489323992f82077c5623517cd6b3f8243bf63c46.tar.xz
wireguard-rs-489323992f82077c5623517cd6b3f8243bf63c46.zip
meta: rename binary from wgrs to wireguard-rs for consistency
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 6d3031e..c36fb5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ name = "wireguard"
path = "src/lib.rs"
[[bin]]
-name = "wgrs"
+name = "wireguard-rs"
path = "src/main.rs"
required-features = ["binary"]