abstreet/gtfs/Cargo.toml
2019-02-10 15:57:28 -08:00

15 lines
285 B
TOML

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