From e7ab4fd7b8b1bc870630b95c8d872131f4a8ea45 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Wed, 30 Apr 2025 13:44:42 +0300 Subject: feat(zkvms_guest_io): Add hardware information to metrics output --- zkvms_guest_io/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zkvms_guest_io/Cargo.toml') diff --git a/zkvms_guest_io/Cargo.toml b/zkvms_guest_io/Cargo.toml index ce255d2..3ce76c7 100644 --- a/zkvms_guest_io/Cargo.toml +++ b/zkvms_guest_io/Cargo.toml @@ -5,4 +5,7 @@ edition = "2021" [dependencies] clap = { version = "4.5.31", features = ["derive"] } +itertools = "0.14.0" json = "0.12.4" +smbios-lib = "0.9.2" +sysinfo = "0.34.2" -- cgit v1.2.3