mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
11 lines
221 B
TOML
11 lines
221 B
TOML
[workspace]
|
|
members = [
|
|
"lib",
|
|
"app",
|
|
"prover",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
pico-sdk = { git = "https://github.com/brevis-network/pico" }
|
|
serde = { version = "1.0.205", features = ["derive"] } |