aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/wrapper_macro/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-041-1/+1
|
* chore: Update zkVM packagesKamen Mladenov2025-02-261-1/+1
| | | | | | | | This includes: - Updating flake.lock - Updating all host and guest Cargo.toml and Cargo.lock files - Making zkvm default.nix file modifications to account for toolchain and setup changes
* feat(zkvms): Add jolt guest and it's macroKamen Mladenov2025-01-171-0/+12
Had to reimplement and modify the build macro function so it would take an elf path, instead of always doing a manual build. Additionally, had to hard-code a **lot** of values.