nbsp 0.0.1

non-breaking space: a thoughtful community forum platform
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");
}