Files
fparkan/Cargo.toml
Valentin Popov b283e2a8df
Some checks failed
Mirror / mirror (push) Failing after 7s
Test / cargo test (push) Successful in 1m39s
Update dependencies and fix clippy warnings
2026-01-30 03:29:08 +04:00

9 lines
130 B
TOML

[workspace]
resolver = "2"
members = ["libs/*", "tools/*", "packer"]
[profile.release]
codegen-units = 1
lto = true
strip = true