abstreet/gtfs/Cargo.toml

15 lines
279 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
csv = "1.0.1"
failure = "0.1.2"
geom = { path = "../geom" }
2018-09-07 20:46:55 +03:00
itertools = "0.7.8"
2018-09-07 21:46:30 +03:00
serde = "1.0"
serde_derive = "1.0"