2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
|
|
|
name = "map_model"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2018-12-06 21:18:20 +03:00
|
|
|
edition = "2018"
|
2018-03-13 18:04:21 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2018-10-28 23:06:43 +03:00
|
|
|
aabb-quadtree = "0.1.0"
|
2018-06-26 02:26:43 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2020-01-31 04:28:52 +03:00
|
|
|
fast_paths = { git = "https://github.com/dabreegster/fast_paths" }
|
2018-06-29 05:48:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2018-09-07 03:40:33 +03:00
|
|
|
gtfs = { path = "../gtfs" }
|
2018-12-03 20:06:18 +03:00
|
|
|
nbez = "0.1.0"
|
2019-08-21 21:04:26 +03:00
|
|
|
petgraph = "0.4.13"
|
2019-03-12 00:44:32 +03:00
|
|
|
serde = "1.0.89"
|
2019-08-15 22:06:08 +03:00
|
|
|
serde_derive = "1.0.98"
|
2019-06-18 18:10:05 +03:00
|
|
|
thread_local = "0.3.6"
|