set workspace resolver to 2 and use workspace deps
This commit is contained in:
parent
dd3d4935a9
commit
3b8936053d
5 changed files with 25 additions and 14 deletions
|
|
@ -6,11 +6,11 @@ edition = "2021"
|
|||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
time = { version = "0.3", features = ["parsing"] }
|
||||
zbus = "3.8.0"
|
||||
zvariant = "3.10"
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
time.workspace = true
|
||||
zbus.workspace = true
|
||||
zvariant.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
miette = { version = "4.3", features = ["fancy"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue