diff options
author | Cara Salter <cara@devcara.com> | 2022-05-29 23:47:06 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-05-29 23:47:06 -0400 |
commit | 7ba652e291bb52d97faa6d21e7821a64664a00ae (patch) | |
tree | d4a72c7bb963eee67dc3a2a92bf5e758e6083e41 /build.rs | |
parent | 67be3f2678c86f8e494197c098f68fe0a1882955 (diff) | |
download | homeworld-7ba652e291bb52d97faa6d21e7821a64664a00ae.tar.gz homeworld-7ba652e291bb52d97faa6d21e7821a64664a00ae.zip |
handlers: Implement CRD handlers
Update handler was removed for now.
Also postgres!
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 5 |
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 @@ +// generated by `sqlx migrate build-script` +fn main() { + // trigger recompilation when a new migration is added + println!("cargo:rerun-if-changed=migrations"); +}
\ No newline at end of file |