fix: add mpris2 to workspace
This commit is contained in:
parent
3b8936053d
commit
c9cb2c256e
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
resolver = "2"
|
||||
|
||||
members = [
|
||||
"mpris2",
|
||||
"networkmanager",
|
||||
"timedate",
|
||||
"upower",
|
||||
|
|
@ -13,4 +14,4 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
thiserror = "1.0"
|
||||
time = { version = "0.3", features = ["parsing"] }
|
||||
zbus = { version = "3.14" }
|
||||
zvariant = { version = "3.15"}
|
||||
zvariant = { version = "3.15"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue