mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-01 19:39:50 +00:00
7 lines
155 B
Rust
7 lines
155 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
#[cfg(feature = "artifacts")]
|
|
build_utils::include_artifacts("lez/programs")?;
|
|
|
|
Ok(())
|
|
}
|