mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
11 lines
191 B
TOML
11 lines
191 B
TOML
[package]
|
|
name = "gtfs"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
csv = "1.0.1"
|
|
failure = "0.1.2"
|
|
geom = { path = "../geom" }
|
|
itertools = "0.7.8"
|