diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-10 14:12:57 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-10 14:12:57 +0200 |
| commit | cff7490868ec8d424ee7443369fcca7add54b907 (patch) | |
| tree | 79d4ac65b94a9f036ea3626eddfdb43e15b1b9bc /zkvms/sp1/guest | |
| parent | 7d2c382a197a1df623483a7d9b2686d24b552ec0 (diff) | |
| download | zkVMs-benchmarks-cff7490868ec8d424ee7443369fcca7add54b907.tar zkVMs-benchmarks-cff7490868ec8d424ee7443369fcca7add54b907.tar.gz zkVMs-benchmarks-cff7490868ec8d424ee7443369fcca7add54b907.zip | |
docs(zkvms/sp1): Add detailed documentation comments
Diffstat (limited to 'zkvms/sp1/guest')
| -rw-r--r-- | zkvms/sp1/guest/Cargo.toml | 4 |
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 |
