diff options
Diffstat (limited to 'guests/arrays_iter/Cargo.toml')
| -rw-r--r-- | guests/arrays_iter/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/guests/arrays_iter/Cargo.toml b/guests/arrays_iter/Cargo.toml new file mode 100644 index 0000000..ba73d97 --- /dev/null +++ b/guests/arrays_iter/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "arrays_iter" +version = "0.1.0" +edition = "2021" + +[dependencies] +guests_macro = { version = "0.1.0", path = "../../guests_macro" } + +[features] +no_std = [] +jolt = [] +nexus = [] +risc0 = [] +sp1 = [] +zkm = [] +zkwasm = [] |
