This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -5,11 +5,15 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
askama = "0.12"
|
||||
askama = "0.15"
|
||||
axum-sessions = "0.6"
|
||||
async-session = "3.0"
|
||||
oauth2 = "5.0"
|
||||
reqwest = { version = "0.13", features = ["json"] }
|
||||
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite", "macros"] }
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "macros"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
thiserror = "1.0"
|
||||
thiserror = "2.0"
|
||||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tower-http = { version = "0.5", features = ["fs", "cors"] }
|
||||
tower-http = { version = "0.6", features = ["fs", "cors"] }
|
||||
|
||||
Reference in New Issue
Block a user