Files
concrete/concrete-optimizer-cpp/Cargo.toml

18 lines
347 B
TOML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
# see https://doc.rust-lang.org/cargo/reference/manifest.html
name = "concrete-optimizer-cpp"
version = "0.1.0"
authors = [""]
edition = "2021"
[dependencies]
cxx = "1.0"
concrete-optimizer = {path = "../concrete-optimizer" }
[build-dependencies]
cxx-build = "1.0"
[lib]
path = "src/concrete-optimizer.rs"
crate-type = ["staticlib"]