diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-01-30 11:27:59 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-30 11:27:59 +0200 |
| commit | 5de4ae077e14b9e35c8d5e261462acfda911738c (patch) | |
| tree | 9ca05cd76e69cc06b62c8ed22278c52cc1d428a3 /zkvms/zkm/host/Cargo.toml | |
| parent | 6d44c918094fd5c93aed4ca7e87ea42317d28e3b (diff) | |
| download | zkVMs-benchmarks-5de4ae077e14b9e35c8d5e261462acfda911738c.tar zkVMs-benchmarks-5de4ae077e14b9e35c8d5e261462acfda911738c.tar.gz zkVMs-benchmarks-5de4ae077e14b9e35c8d5e261462acfda911738c.zip | |
feat(zkm): Adapt to new input type and zkvmLib
Diffstat (limited to 'zkvms/zkm/host/Cargo.toml')
| -rw-r--r-- | zkvms/zkm/host/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zkvms/zkm/host/Cargo.toml b/zkvms/zkm/host/Cargo.toml index 51c348e..e7df287 100644 --- a/zkvms/zkm/host/Cargo.toml +++ b/zkvms/zkm/host/Cargo.toml @@ -15,7 +15,3 @@ env_logger = "0.10.0" anyhow = "1.0.75" 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 -zkm-runtime = { path = "/nix/store/h9s6kmnx7iafllv10wqhjix5kpyfsh37-zkm-unstable-2025-01-05/runtime/entrypoint" } |
