mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
icicle-bls12-377@1.9.0 icicle-bls12-381@1.9.0 icicle-bn254@1.9.0 icicle-bw6-761@1.9.0 icicle-core@1.9.0 icicle-cuda-runtime@1.9.0 icicle-grumpkin@1.9.0 Generated by cargo-workspaces
26 lines
606 B
TOML
26 lines
606 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",
|
|
]
|
|
exclude = [
|
|
"icicle-curves/icicle-curve-template",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "1.9.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" }
|