mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
64 lines
1.4 KiB
TOML
64 lines
1.4 KiB
TOML
[workspace]
|
|
members = ["asusctl", "asusd", "asusd-user", "config-traits", "cpuctl", "dmi-id", "rog-platform", "rog-dbus", "rog-anime", "rog-aura", "rog-profiles", "rog-control-center", "simulators"]
|
|
default-members = ["asusctl", "asusd", "asusd-user", "cpuctl", "rog-control-center"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "5.0.6"
|
|
|
|
[workspace.dependencies]
|
|
async-trait = "^0.1"
|
|
tokio = { version = "^1.23.0", default-features = false, features = ["macros", "sync"]}
|
|
concat-idents = "^1.1"
|
|
dirs = "^4.0"
|
|
smol = "^1.3"
|
|
|
|
zbus = "~3.14.1"
|
|
logind-zbus = { version = "~3.1" } #, default-features = false, features = ["non_blocking"] }
|
|
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
toml = "^0.5.10"
|
|
ron = "*"
|
|
typeshare = "1.0.0"
|
|
|
|
log = "^0.4"
|
|
env_logger = "^0.10.0"
|
|
|
|
glam = { version = "^0.22", features = ["serde"] }
|
|
gumdrop = "^0.8"
|
|
udev = "^0.7"
|
|
rusb = "^0.9"
|
|
inotify = "^0.10.0"
|
|
|
|
png_pong = "^0.8"
|
|
pix = "^0.13"
|
|
tinybmp = "^0.4.0"
|
|
gif = "^0.12.0"
|
|
|
|
versions = "4.1"
|
|
|
|
notify-rust = { git = "https://github.com/flukejones/notify-rust.git", default-features = false, features = ["z"] }
|
|
|
|
[profile.release]
|
|
# thin = 57s, asusd = 9.0M
|
|
# fat = 72s, asusd = 6.4M
|
|
lto = "fat"
|
|
debug = false
|
|
opt-level = 3
|
|
panic = "abort"
|
|
#codegen-units = 1
|
|
|
|
[profile.dev]
|
|
debug = true
|
|
opt-level = 1
|
|
|
|
[profile.bench]
|
|
debug = false
|
|
opt-level = 3
|
|
|
|
[workspace.dependencies.cargo-husky]
|
|
version = "1"
|
|
default-features = false
|
|
features = ["user-hooks"] |