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