mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
14 lines
322 B
TOML
14 lines
322 B
TOML
[package]
|
|
name = "gtfs"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
geom = { path = "../geom" }
|
|
itertools = "0.8.0"
|
|
serde = "1.0.98"
|
|
serde_derive = "1.0.98"
|
|
transitfeed = { git = "https://github.com/dabreegster/transitfeed" }
|