[package] name = "empidee" version = "0.1.0" authors = [ "Øystein Tveit " ] description = "A rust implementation of the mpd protocol, both client and serverside" repository = "https://git.pvv.ntnu.no/Projects/empidee" documentation = "https://pages.pvv.ntnu.no/Projects/empidee/main/docs/empidee/" edition = "2021" rust-version = "1.83.0" [dependencies] serde = { version = "1.0.210", features = ["derive"] } [dev-dependencies] indoc = "2.0.5" pretty_assertions = "1.4.1"