aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/guest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/zkwasm/guest/Cargo.toml')
-rw-r--r--zkvms/zkwasm/guest/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/zkvms/zkwasm/guest/Cargo.toml b/zkvms/zkwasm/guest/Cargo.toml
index 79a9216..5adaea6 100644
--- a/zkvms/zkwasm/guest/Cargo.toml
+++ b/zkvms/zkwasm/guest/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "guest"
+description = "Jolt's specific guest crate, which includes the chosen guest in guests"
version = "0.1.0"
edition = "2021"
@@ -14,3 +15,6 @@ zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" }
wasm-bindgen = "=0.2.95"
wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" }
+
+# The zkp dependency references a chosen guest in guests. It is included
+# (inserted here) by Nix. See zkvmLib.nix