Skip to content

Commit

Permalink
Add zcxi in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanosChaliasos committed Oct 30, 2024
1 parent 95e58e3 commit cdbc804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ required-features = ["bellman", "poly"]
name = "zxi"
required-features = ["smt", "zok"]

[[example]]
name = "zcxi"
required-features = ["smt", "zokc"]

[[example]]
name = "zxc"
required-features = ["smt", "zok"]
Expand Down
1 change: 1 addition & 0 deletions driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"r1cs",
"smt",
"zok",
"zokc",
"datalog",
"bellman",
"spartan",
Expand Down

0 comments on commit cdbc804

Please sign in to comment.