aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/guest/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-01-17 18:50:07 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-17 18:50:07 +0200
commit1bb44c826b745daad6ccbb48f2e91550a9c4ec00 (patch)
treeb27dfb1fbd46ac6bc17f1bf2bc4bc9c3cfdd8155 /zkvms/nexus/guest/Cargo.toml
parent3f532203df67bfc0839416962ac9c012b127105d (diff)
downloadzkVMs-benchmarks-1bb44c826b745daad6ccbb48f2e91550a9c4ec00.tar
zkVMs-benchmarks-1bb44c826b745daad6ccbb48f2e91550a9c4ec00.tar.gz
zkVMs-benchmarks-1bb44c826b745daad6ccbb48f2e91550a9c4ec00.zip
feat(zkvms): Add nexus guest and it's macro
Diffstat (limited to 'zkvms/nexus/guest/Cargo.toml')
-rw-r--r--zkvms/nexus/guest/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/zkvms/nexus/guest/Cargo.toml b/zkvms/nexus/guest/Cargo.toml
new file mode 100644
index 0000000..1d91504
--- /dev/null
+++ b/zkvms/nexus/guest/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+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" }