user-auth store test1
This commit is contained in:
13
backend/Cargo.lock
generated
13
backend/Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user