diff 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 diff
--- a/Cargo.toml	Sat Apr 04 17:03:22 2026 -0400
+++ b/Cargo.toml	Sun Apr 05 02:26:19 2026 -0400
@@ -17,3 +17,4 @@
 uuid = { version = "1.23.0", features = ["v4"] }
 bytes = "1.11.0"
 urlencoding = "2.1.3"
+hex = "0.4.3"