12 lines
300 B
TOML
Raw Normal View History

2024-07-16 16:45:30 +02:00
[package]
name = "common"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1", features = ["derive"] }
cl = { path = "../../cl/cl" }
goas_proof_statements = { path = "../proof_statements" }
proof_statements = { path = "../../cl/proof_statements" }
2024-08-02 14:42:13 +02:00
once_cell = "1"
sha2 = "0.10"