mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
15 lines
386 B
TOML
15 lines
386 B
TOML
[package]
|
|
name = "poseidon"
|
|
version = "1.4.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
icicle-cuda-runtime = { path = "../../../wrappers/rust/icicle-cuda-runtime" }
|
|
icicle-core = { path = "../../../wrappers/rust/icicle-core" }
|
|
icicle-bls12-381 = { path = "../../../wrappers/rust/icicle-curves/icicle-bls12-381" }
|
|
|
|
clap = { version = "<=4.4.12", features = ["derive"] }
|
|
|
|
[features]
|
|
profile = []
|