aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1127b66b3de75ceef672cd84d14b294c9bd044e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rmptui"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mpd = "0.1.0"
clap = { version = "4.0.29", features = ["derive"] }
rust_fzf = "0.3.1"
simple-dmenu = "0.1.0"
ratatui = "0.26.2"
crossterm = "0.27.0"