diff options
| author | lukeflo | 2024-10-25 12:48:19 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-25 12:48:19 +0200 |
| commit | 23ee04fffe4bdf4b8c34603e4b191d7cc308051b (patch) | |
| tree | 70e4b146e388067dec7e4d5d1c5b8cd3628b5e4a /Cargo.toml | |
| parent | bc4513d700b724b8edb72b6a1a429df60967a12c (diff) | |
| download | bibiman-23ee04fffe4bdf4b8c34603e4b191d7cc308051b.tar.gz bibiman-23ee04fffe4bdf4b8c34603e4b191d7cc308051b.zip | |
Inegrate new command-action driven structure
- Map keys to actions to commands
- allows for easily adding config file support
- restructure folders/files
- implement own input mode
- rewrite UI rendering to make it better editable
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ sarge = "7.2.5" signal-hook = "0.3.17" tokio = { version = "1.39.3", features = ["full"] } tokio-util = "0.7.12" -tui-input = "0.10.1" +tui-input = "0.11.0" |
