refactor: enhance env variable usage

This commit is contained in:
Sandro Eiler 2024-02-07 13:40:54 +01:00
parent e1c775066b
commit 0f427ba1d1
3 changed files with 21 additions and 0 deletions

View file

@ -18,6 +18,7 @@ hyper = { version = "1.1.0", features = ["full"] }
# Serde / json
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
serde-aux = "4"
# serde_with = "3"
# Axum
axum = { version = "0.7" }