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 "] 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"