Files
pezkuwi-telemetry/backend/Cargo.toml
T

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"