rust-bn254-hash/Cargo.toml

12 lines
268 B
TOML
Raw Normal View History

2025-01-17 20:53:33 +01:00
[package]
name = "rust-poseidon2-bn254"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
lazy_static = { version = "1.5.0" }
ark-std = { version = "0.5.0" }
ark-ff = { version = "0.5.0" }
ark-bn254 = { version = "0.5.0" }