mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
21896e65d7
This can be used by the ChirpStack UDP and MQTT Forwarder. See also: https://github.com/chirpstack/chirpstack-mqtt-forwarder/issues/25
14 lines
156 B
TOML
14 lines
156 B
TOML
[workspace]
|
|
members = [
|
|
"chirpstack",
|
|
"lrwn",
|
|
"lrwn-filters",
|
|
"backend",
|
|
"api/rust",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
lto = true
|
|
codegen-units = 1
|