abstreet/gtfs/Cargo.toml
Dustin Carlino adb2a970dd switch to a real gtfs parser. should help towards #27 -- I was
hardcoding CSV indices for one particular GTFS feed
2019-12-17 13:36:49 -08:00

14 lines
275 B
TOML

[package]
name = "gtfs"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
itertools = "0.8.0"
serde = "1.0.98"
serde_derive = "1.0.98"
transitfeed = "0.3.0"