mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
6 lines
131 B
Rust
6 lines
131 B
Rust
fn main() {
|
|
let _build = cxx_build::bridge("src/concrete-optimizer.rs");
|
|
|
|
println!("cargo:rerun-if-changed=src/lib.rs");
|
|
}
|