mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
14 lines
446 B
TOML
14 lines
446 B
TOML
[package]
|
|
name = "brute-force-optimizer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rayon = "1.6"
|
|
concrete-cpu-noise-model = { path = "../../../backends/concrete-cpu/noise-model" }
|
|
concrete-optimizer = { path = "../concrete-optimizer" }
|
|
concrete-security-curves = { path = "../../../tools/parameter-curves/concrete-security-curves-rust" }
|
|
|