2025-02-12 05:32:06 +01:00
|
|
|
cargo-features = ["profile-rustflags"]
|
|
|
|
|
|
|
|
[workspace]
|
2025-02-26 08:09:15 +01:00
|
|
|
members = ["hp-core", "lib/mqtt", "lp-core"]
|
2025-02-12 05:32:06 +01:00
|
|
|
resolver = "2"
|
2025-02-12 08:51:26 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
codegen-units = 1
|
|
|
|
debug = 2
|
|
|
|
debug-assertions = true
|
|
|
|
incremental = false
|
|
|
|
opt-level = 3
|
|
|
|
lto = 'fat'
|
|
|
|
overflow-checks = false
|