abstreet/map_model/Cargo.toml

18 lines
373 B
TOML
Raw Normal View History

[package]
name = "map_model"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
fast_paths = "0.1.1"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
gtfs = { path = "../gtfs" }
nbez = "0.1.0"
2019-01-11 21:27:26 +03:00
ordered-float = "1.0.1"
serde = "1.0.89"
serde_derive = "1.0.98"
thread_local = "0.3.6"