mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-05-19 15:49:27 +00:00
13 lines
286 B
TOML
13 lines
286 B
TOML
[package]
|
|
name = "method"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "1.0.1", default-features = false, features = ['std'] }
|
|
blake2 = "0.10"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = "1"
|
|
common = { path = "../../common" } |