aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/host/Cargo.toml
blob: ff28294ad7d218c1169839a8d7c82791977549fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "host-risc0"
version = "0.1.0"
edition = "2021"

[dependencies]
risc0-zkvm = { path = "/nix/store/l1rxg23rrrdwi9cf6rc82mqavklvqc18-risc0-unstable-2024-12-21/risc0/zkvm" }
risc0-zkp = { path = "/nix/store/l1rxg23rrrdwi9cf6rc82mqavklvqc18-risc0-unstable-2024-12-21/risc0/zkp" }
# https://github.com/risc0/risc0/blob/881e512732eca72849b2d0e263a1242aba3158af/risc0/zkp/Cargo.toml#L23
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = "1.0"

zkvms_host_io = { path = "../../../zkvms_host_io" }