aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-03-28 12:38:04 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-05-02 15:32:54 +0300
commitc8505d63fcc46df5ec5e2f3e99517408d95bc8a6 (patch)
tree53c76ea6775e598a224c3421e5ad1c59c1898721 /zkvms_host_io/Cargo.toml
parent9f3bb196309a467a835759babe60b38ba0520656 (diff)
downloadzkVMs-benchmarks-c8505d63fcc46df5ec5e2f3e99517408d95bc8a6.tar
zkVMs-benchmarks-c8505d63fcc46df5ec5e2f3e99517408d95bc8a6.tar.gz
zkVMs-benchmarks-c8505d63fcc46df5ec5e2f3e99517408d95bc8a6.zip
feat(zkvms_host_io): Add json dependency
Diffstat (limited to 'zkvms_host_io/Cargo.toml')
-rw-r--r--zkvms_host_io/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml
index bc6ea4c..6961ff4 100644
--- a/zkvms_host_io/Cargo.toml
+++ b/zkvms_host_io/Cargo.toml
@@ -9,4 +9,5 @@ clap = { version = "4.5", features = ["derive"] }
num-traits = "0.2.19"
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"
+json = "0.12.4"
env-file-reader = "0.3.0"