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,6 +1,6 @@
[package]
name = "rog-control-center"
version = "1.1.1"
version.workspace = true
authors = ["Luke D. Jones <luke@ljones.dev>"]
edition = "2021"
@@ -20,18 +20,16 @@ rog_profiles = { path = "../rog-profiles" }
rog_platform = { path = "../rog-platform" }
# supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" }
smol = "^1.2"
smol.workspace = true
serde.workspace = true
toml.workspace = true
serde_json.workspace = true
serde_derive.workspace = true
zbus.workspace = true
dirs.workspace = true
notify-rust.workspace = true
serde = "^1.0"
toml = "^0.5"
serde_json = "^1.0"
serde_derive = "^1.0"
zbus = "^2.3"
nix = "^0.20.0"
tempfile = "3.2.0"
dirs = "3.0.1"
[dependencies.notify-rust]
version = "^4.3"
default-features = false
features = ["z"]
tempfile = "3.2.0"