mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-06-10 10:19:26 +00:00
5 lines
136 B
Rust
5 lines
136 B
Rust
//! Build script that embeds the stablecoin RISC Zero guest ELF as host-side constants.
|
|
fn main() {
|
|
risc0_build::embed_methods();
|
|
}
|