blob: 6ace3f71a7ea1ee9e9e04bb2e042ad1565233a39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "host-nexus"
version = "0.1.0"
edition = "2021"
[dependencies]
nexus-sdk = { path = "/nix/store/krlanfap664k4g88qgsssxi0818z92r8-Nexus-zkVM-unstable-2024-12-18/sdk" }
zkvms_host_io = { path = "../../../zkvms_host_io" }
# THESE ARE A COPY OF THE GUEST DEPENDENCIES
# They're here as a hack, so crane.lib will fetch them
postcard = { version = "1.0.10", default-features = false, features = ["alloc"] }
|