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

[dependencies]
sp1-sdk = { path = "/nix/store/8g5sf8h6nfypnd736x6ns4c44s8g6qd4-sp1-unstable-2024-12-23/crates/sdk" }
generic-array = "=1.1.1"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
clap = { version = "4.0", features = ["derive", "env"] }
tracing = "0.1.40"
hex = "0.4.3"
alloy-sol-types = "0.7.7"

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