summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-03-10 16:09:45 -0600
committerStuart Stock <stuart@int08h.com>2018-03-10 16:09:45 -0600
commitafd7026bed14ae1f59da6e3e66fc61986bdca614 (patch)
tree0e7a3d7cc2f544a2c4ac3e2afdbdee31d59181f8 /Cargo.toml
parent6f996102f705848e45e07e9c183819ff68e89310 (diff)
downloadroughenough-afd7026bed14ae1f59da6e3e66fc61986bdca614.zip
Update README and Cargo with info on client; verison bump to 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1ae1fb6..5e76781 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "roughenough"
-version = "0.2.1"
+version = "0.3.0"
repository = "https://github.com/int08h/roughenough"
-authors = ["Stuart Stock <stuart@int08h.com>"]
+authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
-description = "A Roughtime secure time sync server written in Rust"
+description = "A Roughtime secure time sync server and client written in Rust"
readme = "README.md"
keywords = ["roughtime", "cryptography", "crypto"]