diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-04-29 15:48:34 +0300 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-05-02 15:32:54 +0300 |
| commit | 1112cce22f81341dfd0553034ca927e823bb36bf (patch) | |
| tree | 42f7672c2b2c6ce12d3f3daa9253d5c4b729bc63 /zkvms_host_io/Cargo.toml | |
| parent | c8505d63fcc46df5ec5e2f3e99517408d95bc8a6 (diff) | |
| download | zkVMs-benchmarks-1112cce22f81341dfd0553034ca927e823bb36bf.tar zkVMs-benchmarks-1112cce22f81341dfd0553034ca927e823bb36bf.tar.gz zkVMs-benchmarks-1112cce22f81341dfd0553034ca927e823bb36bf.zip | |
feat(zkvms_host_io): Implement new output format for zkvm/guest
Diffstat (limited to 'zkvms_host_io/Cargo.toml')
| -rw-r--r-- | zkvms_host_io/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
