tig-monorepo/Cargo.toml
2025-05-02 05:28:32 +01:00

24 lines
475 B
TOML

[workspace]
members = [
"tig-algorithms",
"tig-binary",
"tig-challenges",
"tig-protocol",
"tig-runtime",
"tig-structs",
"tig-utils", "tig-verifier",
"tig-worker",
]
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