add sqlx
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
This commit is contained in:
parent
deaaa3fad3
commit
c089f62164
6 changed files with 589 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ dotenv = "0.15.0"
|
|||
env_logger = "0.11.8"
|
||||
log = "0.4.27"
|
||||
serde_json = "1.0.140"
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-async-std", "postgres" ] }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-async-std", "postgres"] }
|
||||
libseptastic = { path = "../libseptastic/" }
|
||||
askama = "0.14.0"
|
||||
actix-files = "0.6.6"
|
||||
|
|
@ -19,3 +19,4 @@ chrono = "0.4.41"
|
|||
chrono-tz = "0.10.4"
|
||||
actix-cors = "0.7.1"
|
||||
reqwest = { version = "0.12.22", features = [ "json" ] }
|
||||
sqlx-cli = "0.8.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue