tengri/Cargo.toml

16 lines
183 B
TOML

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