
* remove zokrates_solidity_test, use foundry for integration tests * fix foundry install * fix foundry install * use full path for forge * wip * wip * wip * test * test * test * test * test * add message if foundry is missing, add changelog * move install script to ci config * Apply suggestions from code review --------- Co-authored-by: Thibaut <thibaut@Thibauts-MacBook-Pro.local>
25 lines
No EOL
478 B
TOML
25 lines
No EOL
478 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"zokrates_common",
|
|
"zokrates_core",
|
|
"zokrates_cli",
|
|
"zokrates_fs_resolver",
|
|
"zokrates_stdlib",
|
|
"zokrates_codegen",
|
|
"zokrates_analysis",
|
|
"zokrates_embed",
|
|
"zokrates_abi",
|
|
"zokrates_test",
|
|
"zokrates_core_test",
|
|
"zokrates_ark",
|
|
"zokrates_ast",
|
|
"zokrates_interpreter",
|
|
"zokrates_embed",
|
|
"zokrates_bellman",
|
|
"zokrates_proof_systems",
|
|
"zokrates_js",
|
|
"zokrates_circom"
|
|
]
|
|
|
|
exclude = [] |