From 9c9268b60b10b7322aea84704bc1f5f8fbb0bbb8 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 19 Oct 2024 01:17:02 -0600 Subject: Migrations also refresh views and sprocs --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit 1.4.1