--- a/rust/rhg/Cargo.toml Thu Feb 10 13:56:43 2022 +0100 +++ b/rust/rhg/Cargo.toml Thu Feb 10 12:59:32 2022 +0100 @@ -8,6 +8,7 @@ edition = "2018" [dependencies] +atty = "0.2" hg-core = { path = "../hg-core"} chrono = "0.4.19" clap = "2.33.1"