deb-related stuff

This commit is contained in:
jude
2023-05-07 21:08:59 +01:00
parent 1c4c4a8b31
commit 98191d29ee
4 changed files with 18 additions and 13 deletions

3
build.rs Normal file
View File

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