mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-08-07 13:23:21 +08:00
5 lines
153 B
Rust
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");
|
|
}
|