diff rust/hg-cpython/Cargo.toml @ 44572:245aec57d76a

rust-status: add trace-level logging for Rust status fallback for debugging The added `log` crate is already a sub-dependency. Differential Revision: https://phab.mercurial-scm.org/D8300
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 18 Mar 2020 14:26:47 +0100
parents 82f51ab7a2dd
children d31d1c0685be
line wrap: on
line diff
--- a/rust/hg-cpython/Cargo.toml	Wed Mar 18 15:08:14 2020 -0400
+++ b/rust/hg-cpython/Cargo.toml	Wed Mar 18 14:26:47 2020 +0100
@@ -24,6 +24,7 @@
 [dependencies]
 hg-core = { path = "../hg-core"}
 libc = '*'
+log = "0.4.8"
 simple_logger = "1.6.0"
 
 [dependencies.cpython]