mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-18 11:36:40 +01:00
19 lines
214 B
TOML
19 lines
214 B
TOML
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cli",
|
|
"core",
|
|
"emu",
|
|
"wrap"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[profile.coverage]
|
|
inherits = "test"
|
|
lto = false
|