abstreet/map_tests/Cargo.toml
Dustin Carlino ec114e51e1 Prototype an idea for unit testing the turn generation code. Hardcode a
simple .osm, turn it into a full Map, and inspect the results.
2020-09-30 16:30:28 -07:00

11 lines
249 B
TOML

[package]
name = "map_tests"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
convert_osm = { path = "../convert_osm" }
map_model = { path = "../map_model" }