mirror of
https://github.com/logos-storage/rust-bn254-hash.git
synced 2026-01-04 06:43:11 +00:00
12 lines
268 B
TOML
12 lines
268 B
TOML
|
|
[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" }
|