mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 22:03:07 +00:00
13 lines
311 B
TOML
13 lines
311 B
TOML
[package]
|
|
name = "system_zero"
|
|
description = "A VM whose execution can be verified with STARKs; designed for proving Ethereum transactions"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
plonky2 = { path = "../plonky2" }
|
|
starky = { path = "../starky" }
|
|
anyhow = "1.0.40"
|
|
env_logger = "0.9.0"
|
|
log = "0.4.14"
|