dep: sqlx
This commit is contained in:
parent
a831d4fc61
commit
b8d8b2918a
2 changed files with 702 additions and 16 deletions
717
Cargo.lock
generated
717
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue