cycles-quartz/enclaves/quartz/build.rs

5 lines
123 B
Rust
Raw Normal View History

2024-02-20 11:27:10 +00:00
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/quartz.proto")?;
Ok(())
}