aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 024a6a6..55f1c0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,12 @@ homepage = "https://git.kanjala.com/warden"
[workspace.dependencies]
serde = "1.0.228"
tracing = "0.1.44"
+url = "2.5.8"
+
+[workspace.dependencies.sqlx]
+version = "0.8.6"
+default-features = false
+features = ["macros", "migrate", "postgres"]
+
+[profile.dev.package.sqlx-macros]
+opt-level = 3