mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
21 lines
253 B
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
|