mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-23 00:18:04 +00:00
18 lines
287 B
TOML
18 lines
287 B
TOML
[workspace]
|
|
members = [
|
|
"common",
|
|
"telemetry_core",
|
|
"telemetry_shard",
|
|
"test_utils"
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|
|
## Enabling these seems necessary to get
|
|
## good debug info in Instruments:
|
|
# debug = true
|
|
# codegen-units = 1 |