From 1112cce22f81341dfd0553034ca927e823bb36bf Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Tue, 29 Apr 2025 15:48:34 +0300 Subject: feat(zkvms_host_io): Implement new output format for zkvm/guest --- zkvms_host_io/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zkvms_host_io/Cargo.toml') diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml index 6961ff4..37587c3 100644 --- a/zkvms_host_io/Cargo.toml +++ b/zkvms_host_io/Cargo.toml @@ -10,4 +10,6 @@ num-traits = "0.2.19" serde = { version = "1.0.217", features = ["derive"] } toml = "0.8.19" json = "0.12.4" +chrono = "0.4.40" env-file-reader = "0.3.0" +statistical = "1.0.0" -- cgit v1.2.3