Mercurial > hg
view rust/rhg/Cargo.toml @ 50809:53d77f96e049
rhg: tweak rhg fallback code structure
The goal here is to share the code that accesses the config setting,
but also move it to the top-level, so that we can more easily change
this code later.
(in fact in Jane Street we want to make it choose chg in some cases)
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Fri, 28 Jul 2023 17:08:37 +0100 |
parents | d39ac3468ad4 |
children | 48fd4d23c867 |
line wrap: on
line source
[package] name = "rhg" version = "0.1.0" authors = [ "Antoine Cezar <antoine.cezar@octobus.net>", "Raphaël Gomès <raphael.gomes@octobus.net>", ] edition = "2021" [dependencies] atty = "0.2.14" hg-core = { path = "../hg-core"} chrono = "0.4.23" clap = { version = "4.0.24", features = ["cargo"] } derive_more = "0.99.17" home = "0.5.4" lazy_static = "1.4.0" log = "0.4.17" logging_timer = "1.1.0" regex = "1.7.0" env_logger = "0.9.3" format-bytes = "0.3.0" whoami = "1.4" which = "4.3.0" rayon = "1.7.0"