mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-19 00:44:22 -05:00
23 lines
371 B
TOML
23 lines
371 B
TOML
[package]
|
|
name = "charts"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
concrete-optimizer = { path ="../concrete-optimizer" }
|
|
plotters = "0.3.1"
|
|
|
|
[lib]
|
|
crate-type= [
|
|
"lib", # rust
|
|
]
|
|
|
|
[[bin]]
|
|
name = "precision_complexity"
|
|
|
|
[[bin]]
|
|
name = "norm2_complexity"
|
|
|