Initial commit
* Working UI for minimal MPD client * Header, Now Playing and Playlist panels * ? toggles keyboard shortcut help
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "rsmpd"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mpd = "*"
|
||||
crossterm = "0.27.0"
|
||||
ratatui = { version = "0.27.0", features = ["all-widgets"] }
|
||||
anyhow = "*"
|
Reference in New Issue
Block a user