From ca97effa01f977ae775e8f8249421b9fc6d64e72 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sat, 24 Feb 2018 22:36:08 -0600 Subject: Use simple_logger instead of fern Fern's configurability and features are overkill. As a bonus, compile time and binary size both shrink a bit. --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 57bd058..6e7aa34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,15 @@ keywords = ["roughtime", "cryptography", "crypto"] travis-ci = { repository = "int08h/roughenough", branch = "master" } [dependencies] +mio = "0.6" byteorder = "1" ring = "0.12" untrusted = "0.5.1" time = "0.1" -log = "0.3" -fern = "0.4" +log = "0.4.1" +simple_logger = "0.5" yaml-rust = "0.3.5" -ctrlc = { version = "3.0", features = ["termination"] } +ctrlc = { version = "3.1", features = ["termination"] } [dev-dependencies] criterion = "0.2.0" -- cgit v1.2.3