mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
13 lines
139 B
TOML
13 lines
139 B
TOML
[workspace]
|
|
members = [
|
|
"chirpstack",
|
|
"lrwn",
|
|
"backend",
|
|
"api/rust",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
lto = true
|
|
codegen-units = 1
|