Replace config with envious

This commit is contained in:
traxys 2023-07-25 22:37:42 +02:00
parent 4ecc06e01b
commit f556fec3bb
3 changed files with 39 additions and 160 deletions

View file

@ -11,7 +11,6 @@ members = [".", "api", "app", "migration"]
anyhow = "1.0.71"
axum = { version = "0.6.18", features = ["headers"] }
base64 = "0.21.0"
config = "0.13.3"
jwt-simple = "0.11.5"
serde = { version = "1.0.163", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
@ -24,6 +23,7 @@ tower-http = { version = "0.4.0", features = ["cors", "fs"] }
sha2 = "0.10"
uuid = { version = "1.3", features = ["v4"] }
sea-query = "0.28"
envious = "0.2.2"
[dependencies.sea-orm]
version = "0.11"