Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #129 from PThorpe92/input-menu
Browse files Browse the repository at this point in the history
considerable cleanup, refactor
  • Loading branch information
PThorpe92 authored Apr 17, 2024
2 parents 03ee7dc + 6768b8f commit 524398c
Show file tree
Hide file tree
Showing 17 changed files with 621 additions and 1,046 deletions.
32 changes: 7 additions & 25 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tui = { package = "ratatui", features = [
], version = "0.26.0" }
tui-input = "0.8.0"
tui-widget-list = "0.8.2"
lazy_static = "1.4.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde_json = { version = "1.0.114", features = ["std"] }
serde = { version = "1.0.196", features = ["derive"] }
Expand All @@ -34,7 +33,6 @@ toml = "0.8.12"
arboard = "3.3.2"
log = "0.4.21"
clap = "4.5.3"
once_cell = "1.19.0"

[profile.release]
strip = "debuginfo"
Loading

0 comments on commit 524398c

Please sign in to comment.