Eyre removal 2 (#311)

Co-authored-by: Ekaterina Broslavskaya <seemenkina@gmail.com>
This commit is contained in:
Sydhds
2025-06-02 10:32:13 +02:00
committed by GitHub
parent de5fd36add
commit 5f4bcb74ce
23 changed files with 483 additions and 294 deletions

View File

@@ -16,13 +16,13 @@ ark-ff = { version = "0.5.0", default-features = false, features = [
"parallel",
] }
num-bigint = { version = "0.4.6", default-features = false }
color-eyre = "0.6.4"
pmtree = { package = "vacp2p_pmtree", version = "2.0.2", optional = true }
sled = "0.34.7"
serde = "1.0"
serde_json = "1.0"
lazy_static = "1.5.0"
hex = "0.4.3"
rayon = "1.7.0"
thiserror = "2.0"
[dev-dependencies]
ark-bn254 = { version = "0.5.0", features = ["std"] }