refactor?

This commit is contained in:
2024-02-16 13:43:24 +01:00
parent d180e72373
commit 506ce117d3
16 changed files with 44 additions and 34 deletions

3
snitch_srv/build.rs Normal file
View File

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