notegraf-web 0.1.1

The reference web frontend of Notegraf
Documentation
1
2
3
4
5
// generated by `sqlx migrate build-script`
fn main() {
    // trigger recompilation when a new migration is added
    println!("cargo:rerun-if-changed=../notegraf/migrations");
}