mpris: Add helper for enumerating players, watching for new players (#12)
This commit is contained in:
parent
8b9767f6ce
commit
c81f428ace
6 changed files with 93 additions and 12 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue