add files and tracking
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m33s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m33s
This commit is contained in:
parent
cc301dd1b8
commit
2d8f131b91
12 changed files with 176 additions and 3928 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-tokio", "postgres"] }
|
||||
libseptastic = { path = "../libseptastic/" }
|
||||
askama = "0.14.0"
|
||||
actix-files = "0.6.6"
|
||||
|
|
@ -27,3 +27,5 @@ gtfs-structures = "0.45.1"
|
|||
zip = "5.1.1"
|
||||
gtfs-realtime = "0.2.0"
|
||||
prost = "0.14.1"
|
||||
futures = "0.3.31"
|
||||
tokio = "1.48.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue