diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-01-30 11:55:28 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-30 11:55:28 +0200 |
| commit | ac4a996f7ee167f93db1820524130b29cec0421a (patch) | |
| tree | 2d6798e63b05664886c6853d79b03420c6f5be48 /zkvms/nexus/guest/Cargo.toml | |
| parent | b5a2c3dde173751d88a939323a182418e2f9f688 (diff) | |
| download | zkVMs-benchmarks-ac4a996f7ee167f93db1820524130b29cec0421a.tar zkVMs-benchmarks-ac4a996f7ee167f93db1820524130b29cec0421a.tar.gz zkVMs-benchmarks-ac4a996f7ee167f93db1820524130b29cec0421a.zip | |
feat(nexus): Adapt to new input type and zkvmLib
Diffstat (limited to 'zkvms/nexus/guest/Cargo.toml')
| -rw-r--r-- | zkvms/nexus/guest/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/zkvms/nexus/guest/Cargo.toml b/zkvms/nexus/guest/Cargo.toml index 0ba0f1a..598e1a8 100644 --- a/zkvms/nexus/guest/Cargo.toml +++ b/zkvms/nexus/guest/Cargo.toml @@ -3,14 +3,8 @@ name = "guest" version = "0.1.0" edition = "2021" -[workspace] - [dependencies] nexus-rt = { path = "/nix/store/krlanfap664k4g88qgsssxi0818z92r8-Nexus-zkVM-unstable-2024-12-18/runtime" } postcard = { version = "1.0.10", default-features = false, features = ["alloc"] } -zkp = { path = "./src/zkp" } wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" } - -[features] -no_std = ["zkp/no_std"] |
