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