From 9046a2e47472af0e919ac20ad6c48afd0ed2da8d Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Thu, 6 Jul 2017 16:10:03 -0500 Subject: read from config; updated README --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 45a419a..cc717af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" repository = "https://github.com/int08h/roughenough" authors = ["Stuart Stock "] license = "Apache-2.0" +description = "A Roughtime secure time sync server written in Rust" [dependencies] byteorder = "1" @@ -12,5 +13,6 @@ untrusted = "0.5.0" time = "0.1" log = "0.3" fern = "0.4" +yaml-rust = "0.3.5" ctrlc = { version = "3.0", features = ["termination"] } -- cgit v1.2.3