From 7fe868ec309de0540aa793cc0c2a5fdbc3f95905 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Apr 2025 20:31:59 -0400 Subject: [PATCH] Added dependencies --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ce7a653..bc1d557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,6 @@ tokio = { version = "1.44.1", features = ["rt-multi-thread"] } tracing-subscriber = { version = "0.3.19" } tower = { version = "0.5.2" } hyper = { version = "1.6.0" } +sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls"] } +dotenv = { version = "0.15" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }