Switched dotenv to dotenvy

This commit is contained in:
KD
2025-04-03 12:06:52 -04:00
parent 71665c68d3
commit 6a2184f11d

View File

@@ -12,7 +12,7 @@ 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" }
dotenvy = { version = "0.15.7" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }
[dev-dependencies]