summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf41bd7..45a419a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,7 @@ byteorder = "1"
ring = "0.11.0"
untrusted = "0.5.0"
time = "0.1"
+log = "0.3"
+fern = "0.4"
+ctrlc = { version = "3.0", features = ["termination"] }