aboutsummaryrefslogtreecommitdiff
path: root/zkvms/sp1/guest/Cargo.toml
blob: 9c9fdd479100cd41e47df5c2518fb5a01013e817 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "guest"
description = "SP1's specific guest crate, which includes the chosen guest in guests"
version = "0.1.0"
edition = "2021"

[workspace]

[dependencies]
sp1-zkvm = { path = "/nix/store/4837dcscbprhym5gmg97s6ar0f76i550-sp1-unstable-2025-03-10/crates/zkvm/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