aboutsummaryrefslogtreecommitdiff
path: root/guests/sha3/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guests/sha3/Cargo.toml')
-rw-r--r--guests/sha3/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/guests/sha3/Cargo.toml b/guests/sha3/Cargo.toml
deleted file mode 100644
index a1ce306..0000000
--- a/guests/sha3/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[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 = []