aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-05-15 15:05:08 +0530
committerkrolxon <krolyxon@tutanota.com>2024-05-15 15:05:08 +0530
commitf6a375fc4674935665031ebba06ad7551dec6b43 (patch)
tree697cc076a918f729ca49e5e7f79f73b9259bbf59
parent169ea381385893610fd9c43a58bf1ef3c3bb2899 (diff)
Cargo.toml changes
-rwxr-xr-xCargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a1ccd7..2d0b9d1 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"