tengri/Cargo.toml

21 lines
253 B
TOML

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