abstreet/tests/Cargo.toml
Dustin Carlino 3e7c0e51c4 Set up a test scenario for lane-changing to reproduce #382. The same
problems aren't quite captured, but it's a start.
2020-11-11 11:33:47 -08:00

14 lines
314 B
TOML

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