mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
23 lines
463 B
TOML
23 lines
463 B
TOML
[package]
|
|
name = "rog_platform"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "*"
|
|
|
|
rog_aura = { path = "../rog-aura" }
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
zvariant = "^3.0"
|
|
zvariant_derive = "^3.0"
|
|
|
|
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" |