Add base app

This commit is contained in:
2022-08-09 01:33:34 +02:00
commit 0430dee3bb
11 changed files with 2113 additions and 0 deletions

6
cibus_bin/build.rs Normal file
View File

@@ -0,0 +1,6 @@
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}