1//! This file is used to tell cargo to recompile the project if the migrations folder changes. 2fn main() { 3 println!("cargo:rerun-if-changed=migrations"); 4}