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

@ -6,6 +6,7 @@ edition = "2021"
license = "MPL-2.0"
[dependencies]
futures-util.workspace = true
serde.workspace = true
thiserror.workspace = true
time.workspace = true