user-auth store test1

This commit is contained in:
2022-12-30 20:48:13 +05:30
parent ec8122536d
commit ac80269c66
3 changed files with 70 additions and 32 deletions

13
backend/Cargo.lock generated
View File

@@ -464,6 +464,18 @@ dependencies = [
"tracing",
]
[[package]]
name = "axum-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4df0fc33ada14a338b799002f7e8657711422b25d4e16afb032708d6b185621"
dependencies = [
"heck 0.4.0",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "axum-sessions"
version = "0.4.1"
@@ -602,6 +614,7 @@ dependencies = [
"axum 0.6.1",
"axum-extra 0.3.7",
"axum-login",
"axum-macros",
"booksman-orm",
"booksman-search",
"chrono",