mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Polling keyboard in daemon. Split into app/lib
This commit is contained in:
31
Cargo.toml
31
Cargo.toml
@@ -1,13 +1,20 @@
|
||||
[package]
|
||||
name = "rog-core"
|
||||
version = "0.3.1"
|
||||
authors = ["Luke <luke@ljones.dev>"]
|
||||
edition = "2018"
|
||||
[workspace]
|
||||
members = ["rog-core", "rog-lib"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = false
|
||||
opt-level = 3
|
||||
#panic = "abort"
|
||||
|
||||
[profile.dev]
|
||||
lto = true
|
||||
debug = true
|
||||
opt-level = 2
|
||||
#panic = "abort"
|
||||
|
||||
[profile.bench]
|
||||
lto = true
|
||||
debug = false
|
||||
opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
rusb = "0.5"
|
||||
gumdrop = "0.8"
|
||||
dbus = "0.7.1"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
toml = "0.5"
|
||||
Reference in New Issue
Block a user