2024-11-05 22:47:35 +01:00
|
|
|
[package]
|
|
|
|
name = "empidee"
|
|
|
|
version = "0.1.0"
|
2024-12-13 17:02:58 +01:00
|
|
|
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/"
|
2024-11-05 22:47:35 +01:00
|
|
|
edition = "2021"
|
2024-12-13 17:02:58 +01:00
|
|
|
rust-version = "1.83.0"
|
2024-11-05 22:47:35 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-30 01:57:45 +01:00
|
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
indoc = "2.0.5"
|
|
|
|
pretty_assertions = "1.4.1"
|