Shift all deps to workspace versioning

This commit is contained in:
Luke D. Jones
2022-09-29 17:08:28 +13:00
parent 2a4754cfc4
commit cde1b4f252
12 changed files with 374 additions and 312 deletions

View File

@@ -1,22 +1,16 @@
[package]
name = "asus-notify"
version = "3.1.0"
version.workspace = true
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
edition = "2021"
[dependencies]
zbus = "^2.2"
zbus.workspace = true
# serialisation
serde_json = "^1.0"
serde_json.workspace = true
rog_dbus = { path = "../rog-dbus" }
rog_aura = { path = "../rog-aura" }
rog_platform = { path = "../rog-platform" }
rog_profiles = { path = "../rog-profiles" }
smol = "^1.2"
[dependencies.notify-rust]
version = "^4.3"
default-features = false
features = ["z"]
smol.workspace = true
notify-rust.workspace = true