Gitnuro/rs/build.rs
Abdelilah El Aissaoui 7a7eb3ad93
Refactored repository watcher
Refactored to use a rust implementation instead of the java impl, because the java impl has been unrelible in linux and macos
2023-07-14 14:28:29 +02:00

3 lines
87 B
Rust

fn main() {
uniffi::generate_scaffolding("src/repository_watcher.udl").unwrap();
}