aboutsummaryrefslogtreecommitdiff
path: root/zkvms/sp1/guest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/sp1/guest/Cargo.toml')
-rw-r--r--zkvms/sp1/guest/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/zkvms/sp1/guest/Cargo.toml b/zkvms/sp1/guest/Cargo.toml
index ab6915d..a92954d 100644
--- a/zkvms/sp1/guest/Cargo.toml
+++ b/zkvms/sp1/guest/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "guest"
+description = "SP1's specific guest crate, which includes the chosen guest in guests"
version = "0.1.0"
edition = "2021"
@@ -10,3 +11,6 @@ sp1-zkvm = { path = "/nix/store/8g5sf8h6nfypnd736x6ns4c44s8g6qd4-sp1-unstable-20
alloy-sol-types = "0.7.7"
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