From 35dc06a71ec230bd652166360aa8b6b89440c6d0 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 10 Feb 2025 15:19:01 +0200 Subject: docs(zkvms/zkwasm): Add detailed documentation comments --- zkvms/zkwasm/guest/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zkvms/zkwasm/guest') 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 -- cgit v1.2.3