Files
empidee/Cargo.toml

19 lines
499 B
TOML

[package]
name = "empidee"
version = "0.1.0"
authors = [
"Øystein Tveit <oysteikt@pvv.ntnu.no>"
]
description = "A rust implementation of the mpd protocol, both client and serverside"
repository = "https://git.pvv.ntnu.no/Grzegorz/empidee"
documentation = "https://pages.pvv.ntnu.no/Grzegorz/empidee/main/docs/empidee/"
edition = "2024"
rust-version = "1.85.0"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
[dev-dependencies]
indoc = "2.0.6"
pretty_assertions = "1.4.1"