diff rust/rhg/Cargo.toml @ 45530:b1cea0dc9db0

rhg: Add debug timing Differential Revision: https://phab.mercurial-scm.org/D8962
author Antoine Cezar <antoine.cezar@octobus.net>
date Wed, 23 Sep 2020 12:26:16 +0200
parents 18f8d3b31baa
children fada33872b5b
line wrap: on
line diff
--- 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"