1 2 3 4 5 6 7
//! The nbsp crate build script fn main() { memory_serve::load_directory("./assets"); println!("cargo:rerun-if-changed=migrations"); }