Mercurial > beefweb_mpris
view Cargo.toml @ 4:26f695129c86
*: fixes
- seeking is actually relative
- added track IDs (yes these weren't implemented yet even though
they're required), of the format
/org/foobar2000/foobar2000/trackids/(hex encoded file path)
- added playlist fetching for a possible implementation of the
playlist protocol
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sun, 05 Apr 2026 02:26:19 -0400 |
| parents | d60ab8a4442f |
| children | 8f71820abe71 |
line wrap: on
line source
[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" hex = "0.4.3"
