comparison 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
comparison
equal deleted inserted replaced
3:18f743c980fa 4:26f695129c86
15 zbus = "5.14.0" 15 zbus = "5.14.0"
16 dirs = "6.0.0" 16 dirs = "6.0.0"
17 uuid = { version = "1.23.0", features = ["v4"] } 17 uuid = { version = "1.23.0", features = ["v4"] }
18 bytes = "1.11.0" 18 bytes = "1.11.0"
19 urlencoding = "2.1.3" 19 urlencoding = "2.1.3"
20 hex = "0.4.3"