vestal/Cargo.toml
unspeaker 07f6f82268
Some checks failed
/ build (push) Has been cancelled
chore: restructure and update deps
2025-04-06 01:50:44 +03:00

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