zebra-launcher/src-tauri/build.rs

6 lines
71 B
Rust

//! Build script for zebra-app
fn main() {
tauri_build::build()
}