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

[dependencies]
nexus-sdk = { path = "/nix/store/fbhw5gcxvvhnz6s0ns1sx4l8n0v8ngi7-Nexus-zkVM-unstable-2025-03-11/sdk" }

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