summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-10-07 15:27:28 -0500
committerStuart Stock <stuart@int08h.com>2018-10-07 15:27:28 -0500
commitb43bcb27ad303afd56cfe1d767e95c10cf3d1cb2 (patch)
treed27910dd465085a42a01b212aaeea64d1197b014 /Cargo.toml
parent7875dda06327f771cd67eb135b381e6d87c228de (diff)
downloadroughenough-b43bcb27ad303afd56cfe1d767e95c10cf3d1cb2.zip
Give client and server binaries more distinctive names
As pointed out in #10, the binary names are quite generic. Rename `client` to `roughenough-client` and `server` to `roughenough-server`. Fixes #10
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 94d7098..c669bfd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.0.5"
+version = "1.0.6"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"