mpris: Add helper for enumerating players, watching for new players (#12)

This commit is contained in:
Ian Douglas Scott 2024-04-03 18:32:12 -07:00 committed by GitHub
parent 8b9767f6ce
commit c81f428ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 93 additions and 12 deletions

View file

@ -13,6 +13,7 @@ members = [
]
[workspace.dependencies]
futures-util = "0.3.30"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
time = { version = "0.3", features = ["parsing"] }