aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-01-30 11:55:28 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-30 11:55:28 +0200
commitac4a996f7ee167f93db1820524130b29cec0421a (patch)
tree2d6798e63b05664886c6853d79b03420c6f5be48 /zkvms/nexus/Cargo.toml
parentb5a2c3dde173751d88a939323a182418e2f9f688 (diff)
downloadzkVMs-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/Cargo.toml')
-rw-r--r--zkvms/nexus/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/zkvms/nexus/Cargo.toml b/zkvms/nexus/Cargo.toml
deleted file mode 100644
index c966357..0000000
--- a/zkvms/nexus/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[workspace]
-resolver = "2"
-members = [
- "host",
- "guest/guests/*",
-]
-
-[patch.crates-io]
-ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives/", rev = "d27a5c8" }
-ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/", rev = "2ca3bd7" }
-ark-ff = { git = "https://github.com/arkworks-rs/algebra/", rev = "2a80c54" }
-ark-ec = { git = "https://github.com/arkworks-rs/algebra/", rev = "2a80c54" }
-ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", rev = "2a80c54" }
-ark-poly = { git = "https://github.com/arkworks-rs/algebra/", rev = "2a80c54" }
-ark-test-curves = { git = "https://github.com/arkworks-rs/algebra/", rev = "2a80c54" }
-ark-poly-commit = { git = "https://github.com/arkworks-rs/poly-commit/", rev = "12f5529" }
-ark-bn254 = { git = "https://github.com/arkworks-rs/curves/", rev = "8c0256a" }
-ark-pallas = { git = "https://github.com/arkworks-rs/curves/", rev = "8c0256a" }
-ark-vesta = { git = "https://github.com/arkworks-rs/curves/", rev = "8c0256a" }
-ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves/", rev = "3fded1f" }