[package] name = "mus" version = "0.2.0" description = "a pretty good mpd client" license = "MIT" homepage = "https://sr.ht/~sfr/mus" repository = "https://git.sr.ht/~sfr/mus" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.6", features = ["derive"] } colored = "2.0.0" mpd = "0.1.0" pager = "0.16.1" thiserror = "1.0.47"