empidee/Cargo.toml
h7x4 5e0fe71feb
Some checks failed
Build and test / build (push) Successful in 58s
Build and test / check (push) Failing after 59s
Build and test / test (push) Successful in 1m33s
Build and test / docs (push) Successful in 1m4s
Move project from Projects to Grzegorz
2025-01-06 16:32:13 +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/Grzegorz/empidee"
documentation = "https://pages.pvv.ntnu.no/Grzegorz/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"