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
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"