mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
Base login setup
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -24,6 +24,7 @@ sqlx = { version = "0.8.3", default-features = false, features = [
|
||||
"chrono",
|
||||
"migrate",
|
||||
] }
|
||||
uuid = { version = "1.10.0", features = ["serde", "v4"] }
|
||||
chrono = { version = "0.4.40", features = ["serde"] }
|
||||
secrecy = { version = "0.8", features = ["serde"] }
|
||||
config = { version = "0.15.11", default-features = false, features = ["yaml"] }
|
||||
@@ -38,3 +39,14 @@ axum = { version = "0.8.1", features = ["tracing"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace", "cors", "fs"] }
|
||||
http = "1.3.1"
|
||||
anyhow = "1.0"
|
||||
axum-login = "0.17.0"
|
||||
tower-sessions = "0.14.0"
|
||||
ts-rs = { version = "10.1.0", features = [
|
||||
"uuid-impl",
|
||||
"chrono-impl",
|
||||
"serde-json-impl",
|
||||
] }
|
||||
password-auth = "1.0.0"
|
||||
thiserror = "2.0.12"
|
||||
async-trait = "0.1.88"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user