mirror of
https://github.com/logos-storage/rust-poseidon-bn254-pure.git
synced 2026-02-10 11:13:28 +00:00
26 lines
348 B
TOML
26 lines
348 B
TOML
[package]
|
|
name = "rust-poseidon-bn254-pure"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["Balazs Komuves"]
|
|
|
|
default-run = "testmain"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[[bin]]
|
|
name = "testmain"
|
|
test = false
|
|
bench = false
|
|
|
|
[[bench]]
|
|
name = "iterated_perm"
|
|
harness = false
|