user-auth store test2

This commit is contained in:
2022-12-30 22:20:55 +05:30
parent ac80269c66
commit 08c41e2db9
6 changed files with 89 additions and 50 deletions

3
backend/Cargo.lock generated
View File

@@ -643,8 +643,11 @@ dependencies = [
name = "booksman-orm"
version = "0.1.0"
dependencies = [
"axum 0.6.1",
"axum-login",
"chrono",
"entity",
"eyre",
"sea-orm",
"serde",
]