mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 17:09:35 +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(())
|
||
|
|
}
|