diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-01-17 18:49:41 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-17 18:49:50 +0200 |
| commit | 3f532203df67bfc0839416962ac9c012b127105d (patch) | |
| tree | 9f4ca730780f169932b2ba95ec6c11ddb236504b /zkvms/nexus/host/Cargo.toml | |
| parent | 254e1ebf2127d2469639a2f0f786b6876a3eb78c (diff) | |
| download | zkVMs-benchmarks-3f532203df67bfc0839416962ac9c012b127105d.tar zkVMs-benchmarks-3f532203df67bfc0839416962ac9c012b127105d.tar.gz zkVMs-benchmarks-3f532203df67bfc0839416962ac9c012b127105d.zip | |
feat(zkvms): Add nexus host
Diffstat (limited to 'zkvms/nexus/host/Cargo.toml')
| -rw-r--r-- | zkvms/nexus/host/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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"] } |
