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,23 +1,18 @@
|
||||
[package]
|
||||
name = "rog_platform"
|
||||
version = "0.1.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
|
||||
log.workspace = true
|
||||
rog_aura = { path = "../rog-aura" }
|
||||
serde = "^1.0"
|
||||
serde_derive = "^1.0"
|
||||
zvariant = "^3.0"
|
||||
zvariant_derive = "^3.0"
|
||||
serde.workspace = true
|
||||
serde_derive.workspace = true
|
||||
zvariant.workspace = true
|
||||
zvariant_derive.workspace = true
|
||||
sysfs-class.workspace = true
|
||||
concat-idents.workspace = true
|
||||
udev.workspace = true
|
||||
inotify.workspace = true
|
||||
|
||||
udev = "^0.6"
|
||||
rusb = "^0.9"
|
||||
sysfs-class = "^0.1"
|
||||
inotify = "^0.10.0"
|
||||
# inotify = { version = "0.10.0", default-features = false }
|
||||
|
||||
concat-idents = "1.1.3"
|
||||
rusb.workspace = true
|
||||
Reference in New Issue
Block a user