mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
8 lines
206 B
Rust
8 lines
206 B
Rust
fn main() {
|
|
// Compile the daemon.proto for tonic gRPC client
|
|
tonic_build::compile_protos("../../proto/daemon.proto")
|
|
.expect("Failed to compile daemon.proto");
|
|
|
|
tauri_build::build();
|
|
}
|