Mercurial > beefweb_mpris
diff Cargo.toml @ 0:d60ab8a4442f
*: check in
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sat, 04 Apr 2026 12:32:50 -0400 |
| parents | |
| children | 26f695129c86 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Cargo.toml Sat Apr 04 12:32:50 2026 -0400 @@ -0,0 +1,19 @@ +[package] +name = "beefweb_mpris" +version = "0.1.0" +edition = "2024" + +[dependencies] +mpris-server = "0.9.0" +serde_json = "1.0.149" +serde = { version = "1.0.228", features = ["derive"] } +reqwest = { version = "0.13", features = ["json", "query"] } +tokio = { version = "1", features = ["full"] } +tokio-macros = { version = "2.7.0" } +anyhow = { version = "1.0.102" } +serde_with = "3.18.0" +zbus = "5.14.0" +dirs = "6.0.0" +uuid = { version = "1.23.0", features = ["v4"] } +bytes = "1.11.0" +urlencoding = "2.1.3"
