tengri/Cargo.toml
2025-04-13 21:22:35 +03:00

19 lines
222 B
TOML

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