abstreet/map_model/Cargo.toml
2020-01-31 12:18:44 -08:00

18 lines
410 B
TOML

[package]
name = "map_model"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
fast_paths = { git = "https://github.com/easbar/fast_paths" }
geom = { path = "../geom" }
gtfs = { path = "../gtfs" }
nbez = "0.1.0"
petgraph = "0.4.13"
serde = "1.0.89"
serde_derive = "1.0.98"
thread_local = "0.3.6"