Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zdiff committed Nov 11, 2024
1 parent 7147ed9 commit 3358a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 3358a45

Please sign in to comment.