From 6e3ef85fd7b9e2e97583105a28a5a863527cfe59 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Tue, 28 Jan 2025 13:04:02 +0200 Subject: feat(zkvms_host_io): Generate input type from string and read input data from TOML file --- zkvms_host_io/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zkvms_host_io/Cargo.toml') diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml index b4d6e8e..371758e 100644 --- a/zkvms_host_io/Cargo.toml +++ b/zkvms_host_io/Cargo.toml @@ -4,5 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] +input_macros = { path = "./input_macros" } clap = { version = "4.5.26", features = ["derive"] } num-traits = "0.2.19" +serde = { version = "1.0.217", features = ["derive"] } +toml = "0.8.19" -- cgit v1.2.3