mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 23:53:11 +00:00
10 lines
183 B
TOML
10 lines
183 B
TOML
[package]
|
|
name = "ledger_proof_statements"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cl = { path = "../cl" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
sha2 = "0.10"
|