mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-09 00:23:09 +00:00
8 lines
161 B
TOML
8 lines
161 B
TOML
[package]
|
|
name = "proof_statements"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cl = { path = "../cl" }
|
|
serde = { version = "1.0", features = ["derive"] } |