From 43b6a714dd8a674d1ac969015d45b4c43177f146 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Tue, 29 Apr 2025 16:46:32 +0300 Subject: feat(zkvms_guest_io): Run all operations and output json format Following the new output format, we'll run the guest program for each zkVM, for each operation (execute, prove, verify with --benchmark flag). Then we'll combine the resultant JSON outputs into one big JSON object. For now we're only printing the result object. Later we'll add the ability to write it into any file. --- zkvms_guest_io/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'zkvms_guest_io/Cargo.toml') diff --git a/zkvms_guest_io/Cargo.toml b/zkvms_guest_io/Cargo.toml index 76ead99..ce255d2 100644 --- a/zkvms_guest_io/Cargo.toml +++ b/zkvms_guest_io/Cargo.toml @@ -5,3 +5,4 @@ edition = "2021" [dependencies] clap = { version = "4.5.31", features = ["derive"] } +json = "0.12.4" -- cgit v1.2.3