tengri/Cargo.toml

19 lines
222 B
TOML

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