mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Add a direct dependency on the atty crate
This commit is contained in:
Generated
+1
@@ -213,6 +213,7 @@ version = "0.8.3"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
"atty",
|
||||||
"clap",
|
"clap",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
"config-file",
|
"config-file",
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ strip = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
|
atty = "0.2.14"
|
||||||
clap = "3.2.17"
|
clap = "3.2.17"
|
||||||
lscolors = "0.7"
|
lscolors = "0.7"
|
||||||
terminal_size = "0.1"
|
terminal_size = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user