add dependencies

This commit is contained in:
Rostyslav Tyshko
2024-04-11 13:28:12 +02:00
parent 329f0c373b
commit 47f191338f

View File

@@ -19,6 +19,8 @@ wee_alloc = "0.4.5"
light-poseidon = { version = "*", git = "https://github.com/tyshkor/light-poseidon.git", branch = "hash_vec"}
ark-bn254 = "*"
ark-ff = "*"
bincode = "1.3"
flate2 = "1.0"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }