comparison Cargo.lock @ 5:8f71820abe71

player: use winepath for URLs this is optional, and it will be automagically disabled if winepath got something invalid or whatever
author Paper <paper@tflc.us>
date Sun, 05 Apr 2026 11:40:21 -0400
parents d60ab8a4442f
children
comparison
equal deleted inserted replaced
4:26f695129c86 5:8f71820abe71
193 version = "0.1.0" 193 version = "0.1.0"
194 dependencies = [ 194 dependencies = [
195 "anyhow", 195 "anyhow",
196 "bytes", 196 "bytes",
197 "dirs", 197 "dirs",
198 "hex",
198 "mpris-server", 199 "mpris-server",
199 "reqwest", 200 "reqwest",
200 "serde", 201 "serde",
201 "serde_json", 202 "serde_json",
202 "serde_with", 203 "serde_with",
203 "tokio", 204 "tokio",
204 "tokio-macros", 205 "tokio-macros",
205 "urlencoding", 206 "urlencoding",
206 "uuid", 207 "uuid",
208 "winepath",
207 "zbus", 209 "zbus",
208 ] 210 ]
209 211
210 [[package]] 212 [[package]]
211 name = "bitflags" 213 name = "bitflags"
2705 version = "0.53.1" 2707 version = "0.53.1"
2706 source = "registry+https://github.com/rust-lang/crates.io-index" 2708 source = "registry+https://github.com/rust-lang/crates.io-index"
2707 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2709 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2708 2710
2709 [[package]] 2711 [[package]]
2712 name = "winepath"
2713 version = "0.1.1"
2714 source = "registry+https://github.com/rust-lang/crates.io-index"
2715 checksum = "d52cb21c584b4a8b7aaeab87c335de80c814c0ecf35f39b40587365c99c20237"
2716
2717 [[package]]
2710 name = "winnow" 2718 name = "winnow"
2711 version = "0.7.15" 2719 version = "0.7.15"
2712 source = "registry+https://github.com/rust-lang/crates.io-index" 2720 source = "registry+https://github.com/rust-lang/crates.io-index"
2713 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 2721 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2714 dependencies = [ 2722 dependencies = [