Files
bili-sync/crates/bili_sync/build.rs
2026-07-13 10:21:38 +08:00

5 lines
153 B
Rust

fn main() {
println!("cargo::rerun-if-changed=../../web/build");
built::write_built_file().expect("Failed to acquire build-time information");
}