rust/rhg/Cargo.toml
changeset 48733 39c447e03dbc
parent 48492 d3ec82016104
child 48952 8848c3453661
child 49149 006688e36e12
--- 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"