summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d814d6b..1ac3624 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,7 @@ version = "0.1.0"
[dependencies]
clap = "2.13.0"
-num = "0.1.36"
+env_logger = "0.3.5"
+libc = "0.2.16"
+log = "0.3.6"
+vec_map = "0.6.0"