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