Add a direct dependency on the atty crate

This commit is contained in:
Collin Styles
2022-09-23 21:47:33 -07:00
committed by andy.boot
parent c363e5ff8b
commit 0a67191054
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -213,6 +213,7 @@ version = "0.8.3"
dependencies = [
"ansi_term",
"assert_cmd",
"atty",
"clap",
"clap_complete",
"config-file",