Mercurial > beefweb_mpris
comparison Cargo.toml @ 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 | 26f695129c86 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:26f695129c86 | 5:8f71820abe71 |
|---|---|
| 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" | 20 hex = "0.4.3" |
| 21 winepath = "0.1.1" |
