aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkm/guest
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/zkm/guest')
-rw-r--r--zkvms/zkm/guest/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/zkvms/zkm/guest/Cargo.toml b/zkvms/zkm/guest/Cargo.toml
index 2b3a54e..d22916a 100644
--- a/zkvms/zkm/guest/Cargo.toml
+++ b/zkvms/zkm/guest/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "guest"
+description = "ZKM's specific guest crate, which includes the chosen guest in guests"
version = "0.1.0"
edition = "2021"
@@ -9,3 +10,6 @@ edition = "2021"
zkm-runtime = { path = "/nix/store/h9s6kmnx7iafllv10wqhjix5kpyfsh37-zkm-unstable-2025-01-05/runtime/entrypoint" }
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