diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-15 15:05:08 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-15 15:05:08 +0530 |
| commit | f6a375fc4674935665031ebba06ad7551dec6b43 (patch) | |
| tree | 697cc076a918f729ca49e5e7f79f73b9259bbf59 /Cargo.toml | |
| parent | 169ea381385893610fd9c43a58bf1ef3c3bb2899 (diff) | |
Cargo.toml changes
Diffstat (limited to 'Cargo.toml')
| -rwxr-xr-x | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,10 @@ [package] name = "rmptui" authors = ["krolyxon"] +description = """ +a fast and minimal tui mpd client +""" +readme = "README.md" version = "0.1.2" edition = "2021" repository = "https://github.com/krolyxon/rmptui" @@ -11,6 +15,8 @@ keywords = ["rmptui", "mpd", "music", "cli", "tui", "client"] [dependencies] mpd = "0.1.0" simple-dmenu = "0.1.0" -ratatui = "0.26.2" +ratatui = { version = "0.26.2", default-features = false, features = [ + 'crossterm', +] } crossterm = "0.27.0" rust-fuzzy-search = "0.1.1" |
