[package] authors = ["Daan Vanoverloop "] edition = "2018" name = "mpc-rs" version = "0.6.0" license = "GPL-3.0-or-later" description = "Terminal based client for MPD" repository = "https://gitlab.com/Danacus/mpc-rs" homepage = "https://gitlab.com/Danacus/mpc-rs" readme = "README.md" [dependencies] backtrace = "0.3" mpd = "0.0.12" termion = "1.5" time = "0.1.37" tui = "0.10" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" threadpool = "1.8" strum = "0.21" strum_macros = "0.21" ron = "0.6"