mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
Fixes #934
This commit is contained in:
parent
7147ed93e9
commit
3358a45a36
|
@ -14,7 +14,7 @@ default = ["tips"]
|
|||
tips = ["rand"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.20", features = ["derive", "std"], default-features = false }
|
||||
clap = { version = "4.5.20", features = ["derive", "help", "std"], default-features = false }
|
||||
oneshot = { version = "0.1.8", features = ["std"], default-features = false }
|
||||
portable-pty = "0.8.1"
|
||||
ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false }
|
||||
|
|
Loading…
Reference in New Issue
Block a user