mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 17:16:42 +01:00
This commit is contained in:
parent
6bc456c814
commit
07f6f82268
22 changed files with 298 additions and 108 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -1,6 +1,19 @@
|
|||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"vestal",
|
||||
"wrapper"
|
||||
"cli",
|
||||
"core",
|
||||
"emu",
|
||||
"wrap"
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[profile.coverage]
|
||||
inherits = "test"
|
||||
lto = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue