diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-10-19 01:17:02 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-10-19 01:17:02 -0600 |
commit | 9c9268b60b10b7322aea84704bc1f5f8fbb0bbb8 (patch) | |
tree | dddca57dff35704b707a077a655fcc0ae74b8ab4 /Cargo.toml | |
parent | 7074ff05ed7be900d8b8938facfb4455e2ce65b5 (diff) |
Migrations also refresh views and sprocs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0878923..2529b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ edition = "2021" [dependencies] joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" } -sqlx = "0.8.2" +sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio"] } +tokio = { version = "1.40.0", features = ["fs", "io-std", "rt"] } |