mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 15:49:58 -08:00
Add a direct dependency on the atty crate
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -213,6 +213,7 @@ version = "0.8.3"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"assert_cmd",
|
||||
"atty",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"config-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"
|
||||
|
||||
Reference in New Issue
Block a user