From 3f532203df67bfc0839416962ac9c012b127105d Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Fri, 17 Jan 2025 18:49:41 +0200 Subject: feat(zkvms): Add nexus host --- zkvms/nexus/host/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 zkvms/nexus/host/Cargo.toml (limited to 'zkvms/nexus/host/Cargo.toml') diff --git a/zkvms/nexus/host/Cargo.toml b/zkvms/nexus/host/Cargo.toml new file mode 100644 index 0000000..6ace3f7 --- /dev/null +++ b/zkvms/nexus/host/Cargo.toml @@ -0,0 +1,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"] } -- cgit v1.2.3