shuttle: add dotenvy for handling envvars

This commit is contained in:
Patryk Hegenberg 2024-04-26 14:16:53 +02:00
parent d52e5a9fbd
commit ce1f80cd4f
3 changed files with 12 additions and 0 deletions

View file

@ -42,6 +42,7 @@ headers = "0.4"
tower = { version = "0.4", features = ["util"] }
shuttle-axum = { version = "0.44.0", optional = true }
shuttle-runtime = { version = "0.44.0", optional = true }
dotenvy = "0.15.7"
[build-dependencies]
prost-build = "0.12.4"