comparison rust/rhg/Cargo.toml @ 46601:755c31a1caf9

rhg: Add support for the blackbox extension Only `command` and `commandfinish` events are logged. The `dirty`, `logsource`, `track` and `ignore` configuration items are not supported yet. To indicate commands executed without Python, a `(rust) ` prefix is added in corresponding log messages. Differential Revision: https://phab.mercurial-scm.org/D10012
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 16 Feb 2021 13:08:37 +0100
parents eace48b4a786
children 6cd9f53aaed8
comparison
equal deleted inserted replaced
46600:36f3a64846c8 46601:755c31a1caf9
7 ] 7 ]
8 edition = "2018" 8 edition = "2018"
9 9
10 [dependencies] 10 [dependencies]
11 hg-core = { path = "../hg-core"} 11 hg-core = { path = "../hg-core"}
12 chrono = "0.4.19"
12 clap = "2.33.1" 13 clap = "2.33.1"
13 derive_more = "0.99" 14 derive_more = "0.99"
14 log = "0.4.11" 15 log = "0.4.11"
15 micro-timer = "0.3.1" 16 micro-timer = "0.3.1"
16 env_logger = "0.7.1" 17 env_logger = "0.7.1"
17 format-bytes = "0.2.0" 18 format-bytes = "0.2.0"
19 users = "0.11.0"