mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-30 02:49:53 +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(())
|
|
}
|