mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 13:43:11 +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" }
|