aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/guest/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-10 13:54:19 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-10 13:54:19 +0200
commitbc5e69152ffd59672fb44c4a0982367f8708e617 (patch)
treeefff94148941f531ed839c7c92047858eff7d24a /zkvms/nexus/guest/Cargo.toml
parentf7572a87125d2374ce9f95fb5b96de099c5b51b5 (diff)
downloadzkVMs-benchmarks-bc5e69152ffd59672fb44c4a0982367f8708e617.tar
zkVMs-benchmarks-bc5e69152ffd59672fb44c4a0982367f8708e617.tar.gz
zkVMs-benchmarks-bc5e69152ffd59672fb44c4a0982367f8708e617.zip
docs(zkvms/nexus): Add detailed documentation comments
Diffstat (limited to 'zkvms/nexus/guest/Cargo.toml')
-rw-r--r--zkvms/nexus/guest/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/zkvms/nexus/guest/Cargo.toml b/zkvms/nexus/guest/Cargo.toml
index c9fcd1b..a10b245 100644
--- a/zkvms/nexus/guest/Cargo.toml
+++ b/zkvms/nexus/guest/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "guest"
+description = "Nexus' specific guest crate, which includes the chosen guest in guests"
version = "0.1.0"
edition = "2021"
@@ -8,3 +9,6 @@ nexus-rt = { path = "/nix/store/5cgkj88k6k40gzsa6jwgfcqpkg04awr7-Nexus-zkVM-unst
postcard = { version = "1.0.10", default-features = false, features = ["alloc"] }
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