tig-monorepo/Cargo.toml
2025-05-20 11:09:46 +01:00

24 lines
461 B
TOML

[workspace]
members = [
"tig-algorithms",
"tig-binary",
"tig-challenges",
"tig-protocol",
"tig-runtime",
"tig-structs",
"tig-utils",
"tig-verifier",
]
exclude = []
resolver = "2"
[workspace.package]
authors = ["TIG UG <contact@tig.foundation>", "Ying Chan <ying@tig.foundation>"]
repository = "https://github.com/tig-foundation/tig-monorepo"
edition = "2021"
readme = "README.md"
[profile.release]
lto = true
codegen-units = 1