Setup rotom_database crate

This commit is contained in:
2025-01-28 00:15:26 +00:00
parent d3807786d2
commit 6dde01d7a1
17 changed files with 224 additions and 0 deletions

3
rotom_database/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rerun-if-changed=migrations");
}