aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/Cargo.toml
blob: bc6ea4ca30726aa053ce1e70cdc142dacc939228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "zkvms_host_io"
version = "0.1.0"
edition = "2021"

[dependencies]
input_macros = { path = "./input_macros" }
clap = { version = "4.5", features = ["derive"] }
num-traits = "0.2.19"
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"
env-file-reader = "0.3.0"