mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 17:01:07 +00:00
15 lines
177 B
TOML
15 lines
177 B
TOML
[workspace]
|
|
members = [
|
|
"common",
|
|
"telemetry_core",
|
|
"telemetry_shard",
|
|
"test_utils"
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|