Files
concrete/concrete-optimizer/Cargo.toml
rudy 3db828d3d0 feat: rounded lut for classical pbs
step 1, provide the sub-dag construction
2022-11-14 16:22:52 +01:00

25 lines
670 B
TOML

[package]
name = "concrete-optimizer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
concrete-commons = { git = "ssh://git@github.com/zama-ai/concrete-core.git", rev = "715d4a18a59d13a5a51fee14bc1f6578de665c20" }
concrete-npe = { git = "ssh://git@github.com/zama-ai/concrete-core.git", rev = "715d4a18a59d13a5a51fee14bc1f6578de665c20" }
file-lock = "2.1.6"
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
puruspe = "0.2.0"
[dev-dependencies]
approx = "0.5"
once_cell = "1.16.0"
pretty_assertions = "1.2.1"
[lib]
crate-type = [
"lib", # rust
]