mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-02 06:14:48 +02:00
1a5525312b
Move native process enumeration into a worker so process watching does not block the main process, and add LF text-integrity checks for normalized files.
7 lines
140 B
Rust
7 lines
140 B
Rust
fn main() {
|
|
napi_build::setup();
|
|
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
println!("cargo:rerun-if-changed=src/lib.rs");
|
|
}
|