15 lines
175 B
TOML
15 lines
175 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"common",
|
|
"telemetry-core",
|
|
"telemetry-shard",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|