aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorfx <[email protected]>2023-10-09 16:06:08 +0200
committerfx <[email protected]>2023-10-09 16:06:08 +0200
commit732c487d3dab4af9fc561527591d3d56299e39f2 (patch)
tree8c26464761f0c879a0aa7517e236af72cf87c6b2 /build.rs
parentbc5f721de8996b48550b5069f5592caf2968e822 (diff)
downloadwebol-732c487d3dab4af9fc561527591d3d56299e39f2.tar
webol-732c487d3dab4af9fc561527591d3d56299e39f2.tar.gz
webol-732c487d3dab4af9fc561527591d3d56299e39f2.zip
added db for devices
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..7609593
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,5 @@
1// generated by `sqlx migrate build-script`
2fn main() {
3 // trigger recompilation when a new migration is added
4 println!("cargo:rerun-if-changed=migrations");
5} \ No newline at end of file