mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
15 lines
285 B
TOML
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.89"
|
|
serde_derive = "1.0.89"
|