mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-06 06:38:03 +00:00
e1daa07c51
This reverts commit 87e3c52b35.
12 lines
113 B
TOML
12 lines
113 B
TOML
[workspace]
|
|
members = [
|
|
"core",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|