abstreet/gtfs/Cargo.toml

14 lines
322 B
TOML
Raw Normal View History

2018-09-06 23:43:00 +03:00
[package]
name = "gtfs"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
2018-09-06 23:43:00 +03:00
[dependencies]
2018-10-07 00:00:36 +03:00
abstutil = { path = "../abstutil" }
2018-09-06 23:43:00 +03:00
geom = { path = "../geom" }
itertools = "0.8.0"
serde = "1.0.98"
serde_derive = "1.0.98"
transitfeed = { git = "https://github.com/dabreegster/transitfeed" }