From c316d30af44a54119a168967d591b0e8ec4d54c3 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Fri, 31 Jan 2025 10:13:28 +0200 Subject: feat(zkvms_host_io): Add default_env RunWith attribute --- zkvms_host_io/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'zkvms_host_io/Cargo.toml') diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml index 371758e..46725df 100644 --- a/zkvms_host_io/Cargo.toml +++ b/zkvms_host_io/Cargo.toml @@ -9,3 +9,4 @@ clap = { version = "4.5.26", features = ["derive"] } num-traits = "0.2.19" serde = { version = "1.0.217", features = ["derive"] } toml = "0.8.19" +env-file-reader = "0.3.0" -- cgit v1.2.3