Simon Gardling 638e50203c ?
2022-03-02 19:18:03 -05:00

5 lines
110 B
Rust

fn main() {
println!("cargo:rerun-if-changed=.git/logs/HEAD"); // genius
shadow_rs::new().unwrap();
}