build.rs 135 B

1234
  1. fn main() {
  2. // This causes the build to be re-run if the README changes.
  3. println!("cargo:rerun-if-changed=../../README.md");
  4. }