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

1
Cargo.lock generated
View File

@@ -213,6 +213,7 @@ version = "0.8.3"
dependencies = [
"ansi_term",
"assert_cmd",
"atty",
"clap",
"clap_complete",
"config-file",

View File

@@ -28,6 +28,7 @@ strip = true
[dependencies]
ansi_term = "0.12"
atty = "0.2.14"
clap = "3.2.17"
lscolors = "0.7"
terminal_size = "0.1"