mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Shift all deps to workspace versioning
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
[package]
|
||||
name = "rog_profiles"
|
||||
version = "1.1.3"
|
||||
version.workspace = true
|
||||
authors = ["Luke D. Jones <luke@ljones.dev>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["dbus"]
|
||||
dbus = ["zvariant", "zvariant_derive"]
|
||||
|
||||
[dependencies]
|
||||
udev = "^0.6"
|
||||
serde = "^1.0"
|
||||
serde_derive = "^1.0"
|
||||
udev.workspace = true
|
||||
serde.workspace = true
|
||||
serde_derive.workspace = true
|
||||
|
||||
zvariant = { version = "^3.0", optional = true }
|
||||
zvariant_derive = { version = "^3.0", optional = true }
|
||||
zvariant = { workspace = true, optional = true }
|
||||
zvariant_derive = { workspace = true, optional = true }
|
||||
Reference in New Issue
Block a user