aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/guest/Cargo.toml
blob: c9fcd1b88576c98f28d8b339136a667d64e710af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "guest"
version = "0.1.0"
edition = "2021"

[dependencies]
nexus-rt = { path = "/nix/store/5cgkj88k6k40gzsa6jwgfcqpkg04awr7-Nexus-zkVM-unstable-2024-12-18/runtime" }
postcard = { version = "1.0.10", default-features = false, features = ["alloc"] }

wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" }