mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-07 22:53:56 -05:00
This PR adds support of the m31 Field --------- Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
30 lines
723 B
TOML
30 lines
723 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"icicle-cuda-runtime",
|
|
"icicle-core",
|
|
"icicle-curves/icicle-bw6-761",
|
|
"icicle-curves/icicle-bls12-377",
|
|
"icicle-curves/icicle-bls12-381",
|
|
"icicle-curves/icicle-bn254",
|
|
"icicle-curves/icicle-grumpkin",
|
|
"icicle-fields/icicle-babybear",
|
|
"icicle-fields/icicle-m31",
|
|
"icicle-fields/icicle-stark252",
|
|
"icicle-hash",
|
|
]
|
|
exclude = [
|
|
"icicle-curves/icicle-curve-template",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "2.6.0"
|
|
edition = "2021"
|
|
authors = [ "Ingonyama" ]
|
|
homepage = "https://www.ingonyama.com"
|
|
repository = "https://github.com/ingonyama-zk/icicle"
|
|
|
|
[workspace.dependencies]
|
|
icicle-core = { path = "icicle-core" }
|
|
icicle-cuda-runtime = { path = "icicle-cuda-runtime" }
|