This commit is contained in:
2022-10-24 21:27:51 +05:30
parent 2143923ee8
commit 5bd0b4975a
4 changed files with 229 additions and 35 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
booksman-orm = { path = "../orm" }
entity = { path = "../entity" }
axum = "^0.5"
axum-extra = { version = "^0.3", features = ["spa"] }
clap = { version = "^3", features = ["derive"] }