v0.12-searchP1

This commit is contained in:
2022-11-13 17:47:53 +05:30
parent dfa83b68b0
commit 875b826f0b
9 changed files with 323 additions and 147 deletions

View File

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