Skip to content
157 changes: 37 additions & 120 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ hex = "0.4.3"
sha2 = "0.10.8"
chrono = "0.4.33"
iso8601 = { version = "0.6.2", features = ["chrono", "serde"] }
rand = "0.8.5"
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fn main() {
// trigger recompilation when a new migration is added
println!("cargo::rerun-if-changed=migrations");

}
Loading
Loading