summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-12-30 10:48:16 -0600
committerStuart Stock <stuart@int08h.com>2017-12-30 10:48:16 -0600
commit63927e03fe4173a2d1fc6aa6d6202be729d993da (patch)
tree7f8796773a3762bda439b4760c41f34a5e897c04 /Cargo.toml
parent2f1e6a23e3cbd7fba8413def9912fc0b9abccc77 (diff)
downloadroughenough-63927e03fe4173a2d1fc6aa6d6202be729d993da.zip
Additional metadata entires for cargo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cce318f..1206be9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,11 @@ repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>"]
license = "Apache-2.0"
description = "A Roughtime secure time sync server written in Rust"
+readme = "README.md"
+keywords = ["roughtime", "cryptography", "crypto"]
+
+[badges]
+travis-ci = { repository = "int08h/roughenough", branch = "master" }
[dependencies]
byteorder = "1"