mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
11 lines
218 B
TOML
11 lines
218 B
TOML
[package]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
pico-sdk = { git = "https://github.com/brevis-network/pico", tag = "v1.1.7" }
|
|
test-utils = { path = "../../../crates/test-utils" }
|