tengri/Cargo.toml
2025-03-02 14:31:04 +02:00

15 lines
169 B
TOML

[workspace]
resolver = "2"
members = [
"./input",
"./output",
"./tui",
"./edn"
]
[profile.release]
lto = true
[profile.coverage]
inherits = "test"
lto = false