16 lines
296 B
TOML
16 lines
296 B
TOML
[package]
|
|
name = "titan2-touchpadd"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
evdev = "0.13.2"
|
|
eyre = "0.6.12"
|
|
tracing = "0.1.41"
|
|
tracing-logcat = "0.1.0"
|
|
tracing-subscriber = { version = "0.3.20", features = [ "env-filter" ] }
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
strip = true
|
|
lto = true
|