tengri/Cargo.toml
unspeaker 21f7f6b38a
Some checks are pending
/ build (push) Waiting to run
0.13.0: release
2025-05-03 02:14:03 +03:00

19 lines
223 B
TOML

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