mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
19 lines
222 B
TOML
19 lines
222 B
TOML
[workspace.package]
|
|
version = "0.3.0"
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"./tengri",
|
|
"./input",
|
|
"./output",
|
|
"./tui",
|
|
"./dsl"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[profile.coverage]
|
|
inherits = "test"
|
|
lto = false
|