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

[workspace]

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

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

[features]
no_std = ["zkp/no_std"]