This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
chuniio-tasoller/Cargo.toml

23 lines
440 B
TOML

[workspace]
members = [
"chuniio-tasoller-amdaemon",
"chuniio-tasoller-chuni",
"chuniio-tasoller-chusan",
"chuniio-tasoller-common"
]
exclude = ["vendor"]
resolver = "2"
[workspace.dependencies]
anyhow = "1.0.75"
log = "0.4.20"
rusb = "0.9.3"
winapi = "0.3.9"
[profile.release]
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
lto = true
codegen-units = 1
panic = "abort"