rust/rhg/Cargo.toml
changeset 45536 b1cea0dc9db0
parent 45051 18f8d3b31baa
child 45999 fada33872b5b
--- a/rust/rhg/Cargo.toml	Mon Aug 17 16:56:39 2020 +0200
+++ b/rust/rhg/Cargo.toml	Wed Sep 23 12:26:16 2020 +0200
@@ -7,4 +7,6 @@
 [dependencies]
 hg-core = { path = "../hg-core"}
 clap = "2.33.1"
-
+log = "0.4.11"
+micro-timer = "0.3.1"
+env_logger = "0.7.1"