comparison 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
comparison
equal deleted inserted replaced
44571:6a8738dc4a01 44572:245aec57d76a
22 python3-bin = ["cpython/python3-sys"] 22 python3-bin = ["cpython/python3-sys"]
23 23
24 [dependencies] 24 [dependencies]
25 hg-core = { path = "../hg-core"} 25 hg-core = { path = "../hg-core"}
26 libc = '*' 26 libc = '*'
27 log = "0.4.8"
27 simple_logger = "1.6.0" 28 simple_logger = "1.6.0"
28 29
29 [dependencies.cpython] 30 [dependencies.cpython]
30 version = "0.4" 31 version = "0.4"
31 default-features = false 32 default-features = false