mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 08:59:45 +00:00
6 lines
139 B
Rust
6 lines
139 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
build_utils::include_artifacts("lee/privacy_preserving_circuit")?;
|
|
|
|
Ok(())
|
|
}
|