vestal/Cargo.toml
unspeaker b165573e55
Some checks failed
/ build (push) Has been cancelled
update deps and add build infra
2025-04-28 00:57:02 +03:00

23 lines
309 B
TOML

[workspace.package]
version = "0.1.0"
edition = "2024"
[workspace.dependencies.tengri]
git = "https://codeberg.org/unspeaker/tengri"
rev = "47b7f7e"
[workspace]
resolver = "2"
members = [
"cli",
"core",
"emu",
"wrap"
]
[profile.release]
lto = true
[profile.coverage]
inherits = "test"
lto = false