Files
ezkl/build.rs
dante e70e13a9e3 refactor!: rm ios,js,aggregation (#1013)
BREAKING CHANGE: removes support for iOS, JS, WASM and removes aggregation circuit.
2025-10-10 09:56:41 -04:00

4 lines
64 B
Rust

fn main() {
println!("cargo::rerun-if-changed=build.rs");
}