tig-monorepo/Cargo.toml
2024-04-23 13:04:31 +08:00

25 lines
476 B
TOML

[workspace]
members = [
"tig-algorithms",
"tig-api",
"tig-benchmarker",
"tig-challenges",
"tig-protocol",
"tig-structs",
"tig-utils",
"tig-wasm",
"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