mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-02-25 23:53:08 +00:00
16 lines
318 B
TOML
16 lines
318 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" }
|
|
cl = { path = "../../../cl" } |