Files
asusctl/Cargo.toml
Luke 82900f4645 CLI args for bios. Cleanup and improve
- dbus method for 'supported modes'
- add dedicated gfx safety
- bring ctrl-gfx back in to main control for better integration
- safely upgrade config files
2021-01-26 21:07:19 +13:00

17 lines
227 B
TOML

[workspace]
members = ["asus-notify", "asus-nb-ctrl", "asus-nb"]
[profile.release]
lto = true
debug = false
opt-level = 3
panic = "abort"
[profile.dev]
debug = false
opt-level = 1
[profile.bench]
debug = false
opt-level = 3