empidee/Cargo.toml
2024-12-13 17:16:15 +01:00

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/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"