aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* fix(zkvms_host_io): Reduce version constraint for clapKamen Mladenov2025-02-261-1/+1
| | | | | | Certain zkVMs may use clap with versions lower than 4.5 (e.g. 4.5.9). Here we do not really care about the version, so this change will fix compatibility issues.
* feat(zkvms_host_io): Add default_env RunWith attributeKamen Mladenov2025-01-311-0/+1
|
* feat(zkvms_host_io): Generate input type from string and read input data ↵Kamen Mladenov2025-01-281-0/+3
| | | | from TOML file
* feat(zkvms): Export io logic to it's own crateKamen Mladenov2025-01-141-0/+8