Skip to content

Commit 08ea41e

Browse files
authored
Merge pull request #13 from eth-applied-research-group/kw/risc0
chore: Add risc0
2 parents 37fac54 + 93d8a6e commit 08ea41e

File tree

12 files changed

+1039
-240
lines changed

12 files changed

+1039
-240
lines changed

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ CARGO_WORKSPACE_DIR = { value = "", relative = true }
44
[alias]
55
succinct = ["run", "-p", "xtask", "--", "succinct", "--"]
66
zkm = ["run", "-p", "xtask", "--", "zkm", "--"]
7+
risc0 = ["run", "-p", "xtask", "--", "risc0", "--"]

0 commit comments

Comments
 (0)