tengri/Cargo.toml
2025-03-16 23:43:14 +02:00

19 lines
222 B
TOML

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