Skip to content

Commit

Permalink
Merge pull request #4 from psobolik/issue1
Browse files Browse the repository at this point in the history
fix: issue #2 - Unnecessary dependency on pancurses
  • Loading branch information
caycun authored Sep 23, 2024
2 parents 7b88659 + 303994c commit 7e99612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
59 changes: 0 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
crossterm = "0.27.0"
pancurses = "0.17.0"
rand = "0.8.5"
ratatui = "0.27.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 7e99612

Please sign in to comment.