aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/host/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-06 14:59:57 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-06 14:59:57 +0200
commit523000d75ac6c194ccaa3aec0d8b29ef07d3f504 (patch)
tree22ffc9ba300c4c7a0548ebde135fbba5d390abdf /zkvms/zkwasm/host/Cargo.toml
parentf56218406dbe5e4918d560778b24b366cd3bda9f (diff)
downloadzkVMs-benchmarks-523000d75ac6c194ccaa3aec0d8b29ef07d3f504.tar
zkVMs-benchmarks-523000d75ac6c194ccaa3aec0d8b29ef07d3f504.tar.gz
zkVMs-benchmarks-523000d75ac6c194ccaa3aec0d8b29ef07d3f504.zip
feat(zkvms/zkwasm): Proper handling of input strings and hashmaps
Diffstat (limited to 'zkvms/zkwasm/host/Cargo.toml')
-rw-r--r--zkvms/zkwasm/host/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/zkvms/zkwasm/host/Cargo.toml b/zkvms/zkwasm/host/Cargo.toml
index 581038b..d1a68e7 100644
--- a/zkvms/zkwasm/host/Cargo.toml
+++ b/zkvms/zkwasm/host/Cargo.toml
@@ -5,4 +5,3 @@ edition = "2021"
[dependencies]
zkvms_host_io = { path = "../../../zkvms_host_io" }
-regex = "1.11.1"