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

[dependencies]
nexus-rt = { path = "/nix/store/fbhw5gcxvvhnz6s0ns1sx4l8n0v8ngi7-Nexus-zkVM-unstable-2025-03-11/runtime" }
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