Files
empidee/Cargo.toml
h7x4 59994ce740
Some checks failed
Build and test / build (push) Successful in 1m29s
Build and test / check (push) Failing after 1m37s
Build and test / docs (push) Failing after 2m1s
Build and test / test (push) Failing after 2m29s
Cargo.toml: update deps
2025-07-11 20:37:16 +02: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/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.219", features = ["derive"] }
[dev-dependencies]
indoc = "2.0.6"
pretty_assertions = "1.4.1"