dep: sqlx

This commit is contained in:
Zynh Ludwig 2024-11-15 11:43:31 -08:00
parent a831d4fc61
commit b8d8b2918a
2 changed files with 702 additions and 16 deletions

717
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,7 @@ tower = { version = "0.5.0", features = ["util"] }
tower-http = { version = "0.5.0", features = ["fs", "trace", "limit"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "chrono"] }
# I want to use askama's block feature, this requires unreleased 0.13
[dependencies.askama]