mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-25 15:18:00 +00:00
14 lines
144 B
TOML
14 lines
144 B
TOML
[workspace]
|
|
members = [
|
|
"common",
|
|
"telemetry",
|
|
"shard"
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|