2024-07-17 17:14:53 +00:00
|
|
|
[package]
|
|
|
|
name = "goas_proof_statements"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-07 19:37:21 +00:00
|
|
|
common = { path = "../common" }
|
2024-07-17 17:14:53 +00:00
|
|
|
cl = { path = "../../cl/cl" }
|
2024-08-09 12:11:00 +00:00
|
|
|
ledger_proof_statements = { path = "../../cl/ledger_proof_statements" }
|
2024-07-17 17:14:53 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2024-08-09 12:11:00 +00:00
|
|
|
sha2 = "0.10"
|