mirror of
https://github.com/trailofbits/circomspect.git
synced 2026-01-08 21:38:16 -05:00
11 lines
137 B
TOML
11 lines
137 B
TOML
[workspace]
|
|
resolver = "1"
|
|
|
|
members = [
|
|
"cli",
|
|
"parser",
|
|
"program_analysis",
|
|
"program_structure",
|
|
"program_structure_tests",
|
|
]
|