2020-10-01 00:31:13 +03:00
|
|
|
[package]
|
2020-11-05 23:42:52 +03:00
|
|
|
name = "tests"
|
2020-10-01 00:31:13 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-02 21:28:00 +03:00
|
|
|
abstio = { path = "../abstio" }
|
2020-10-01 00:31:13 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2021-02-04 05:13:06 +03:00
|
|
|
anyhow = "1.0.38"
|
2020-10-01 00:31:13 +03:00
|
|
|
convert_osm = { path = "../convert_osm" }
|
2020-11-05 23:42:52 +03:00
|
|
|
geom = { path = "../geom" }
|
2020-10-01 00:31:13 +03:00
|
|
|
map_model = { path = "../map_model" }
|
2021-02-04 05:13:06 +03:00
|
|
|
rand = "0.8.3"
|
2020-11-05 23:42:52 +03:00
|
|
|
sim = { path = "../sim" }
|