mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +00:00
16 lines
198 B
TOML
16 lines
198 B
TOML
[workspace]
|
|
members = [
|
|
"chirpstack",
|
|
"lrwn",
|
|
"backend",
|
|
"api/rust",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
#[patch.crates-io]
|
|
#quick-js = { path = "../quickjs-rs" }
|