init gtfs setup

This commit is contained in:
Nicholas Orlowsky 2025-10-06 23:01:09 -04:00
parent 5539c8521d
commit 167cffc868
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
22 changed files with 99 additions and 1401 deletions

20
data_loader/Cargo.lock generated
View file

@ -287,6 +287,7 @@ dependencies = [
"serde-map-to-array",
"serde_json",
"serde_repr",
"serde_yaml",
"sqlx",
"thiserror",
"tokio",
@ -1668,6 +1669,19 @@ dependencies = [
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha1"
version = "0.10.6"
@ -2272,6 +2286,12 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "untrusted"
version = "0.9.0"