v0.09-backend-no-warnings

This commit is contained in:
2022-10-26 17:51:39 +05:30
parent de6519c701
commit 2dde445e4f
4 changed files with 69 additions and 23 deletions

View File

@@ -10,6 +10,7 @@ entity = { path = "../entity" }
axum = "^0.5"
axum-extra = { version = "^0.3", features = ["spa"] }
clap = { version = "^3", features = ["derive"] }
dotenvy = "0.15.0"
error-chain = "0.12.4"
log = "^0.4"
reqwest = {version = "0.11.11", features = ["json"]}