mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
18 lines
202 B
TOML
18 lines
202 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"concrete-optimizer",
|
|
"v0-parameters",
|
|
"concrete-optimizer-cpp",
|
|
"charts",
|
|
]
|
|
|
|
|
|
[profile.test]
|
|
|
|
|
|
overflow-checks = true
|
|
|
|
[profile.release]
|
|
overflow-checks = true
|