ghost-telemetry-backend/Cargo.toml
Uncle Stinky 51e78f29e7
initial commit, building blocks for the later usage
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2024-11-18 16:58:38 +03:00

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"