mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
17 lines
506 B
TOML
17 lines
506 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
|
|
[net]
|
|
git-fetch-with-cli = true
|
|
|
|
[dependencies]
|
|
concrete-commons = { git = "ssh://git@github.com/zama-ai/concrete_internal.git", branch = "fix/optimizer_compat" }
|
|
concrete-npe = { git = "ssh://git@github.com/zama-ai/concrete_internal.git", branch = "fix/optimizer_compat" }
|
|
|
|
[dev-dependencies]
|
|
approx = "0.5.1"
|
|
pretty_assertions = "1"
|