mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
35 lines
674 B
TOML
35 lines
674 B
TOML
[package]
|
|
name = "asusd-user"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
|
|
[[bin]]
|
|
name = "asusd-user"
|
|
path = "src/daemon.rs"
|
|
|
|
[features]
|
|
default = []
|
|
local_data = []
|
|
|
|
[dependencies]
|
|
dirs.workspace = true
|
|
smol.workspace = true
|
|
|
|
# serialisation
|
|
serde.workspace = true
|
|
ron.workspace = true
|
|
|
|
rog_anime = { path = "../rog-anime" }
|
|
rog_aura = { path = "../rog-aura" }
|
|
rog_dbus = { path = "../rog-dbus" }
|
|
rog_platform = { path = "../rog-platform" }
|
|
config-traits = { path = "../config-traits" }
|
|
|
|
zbus.workspace = true
|
|
env_logger.workspace = true
|