Mercurial > beefweb_mpris
diff 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 |
line wrap: on
line diff
--- a/Cargo.lock Sun Apr 05 02:26:19 2026 -0400 +++ b/Cargo.lock Sun Apr 05 11:40:21 2026 -0400 @@ -195,6 +195,7 @@ "anyhow", "bytes", "dirs", + "hex", "mpris-server", "reqwest", "serde", @@ -204,6 +205,7 @@ "tokio-macros", "urlencoding", "uuid", + "winepath", "zbus", ] @@ -2707,6 +2709,12 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] +name = "winepath" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52cb21c584b4a8b7aaeab87c335de80c814c0ecf35f39b40587365c99c20237" + +[[package]] name = "winnow" version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index"
