template-rust-project 0.2.2

A template for Rust projects
Documentation
1
2
3
4
5
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    println!("Build script is running...");
    // Add your build script code below this line
}