cleanup
This commit is contained in:
parent
b7ec6a292f
commit
9297006ab3
58 changed files with 2032 additions and 2074 deletions
32
web/Cargo.toml
Normal file
32
web/Cargo.toml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[package]
|
||||
name = "septastic_web"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
anyhow = "1.0.98"
|
||||
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-tokio", "postgres"] }
|
||||
libseptastic = { path = "../libseptastic/" }
|
||||
askama = "0.15.4"
|
||||
actix-files = "0.6.6"
|
||||
serde = "1.0.219"
|
||||
chrono = "0.4.41"
|
||||
chrono-tz = "0.10.4"
|
||||
actix-cors = "0.7.1"
|
||||
reqwest = { version = "0.12.22", features = [ "json", "blocking" ] }
|
||||
sqlx-cli = "0.8.6"
|
||||
futures-util = "0.3.31"
|
||||
actix-session = { version = "0.11.0", features = ["cookie-session"] }
|
||||
serde_yaml = "0.9.34"
|
||||
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"
|
||||
serde_qs = { version = "1.0.0", features = ["actix4"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue