refactor: enhance env variable usage
This commit is contained in:
parent
e1c775066b
commit
0f427ba1d1
3 changed files with 21 additions and 0 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue