1
0
mirror of https://gitlab.com/Anson-Projects/gtfs_realtime_parser.git synced 2025-06-15 14:36:41 +00:00
2023-11-26 20:08:30 -07:00

16 lines
387 B
TOML

[package]
name = "gtfs_realtime_parser"
version = "0.1.0"
edition = "2021"
authors = ["Anson Biggs anson@ansonbiggs.com"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5.0"
prost = "0.12"
reqwest = "0.11"
tokio = { version = "1", features = ["full"] }
[build-dependencies]
prost-build = { version = "0.12" }