abstreet/tests/Cargo.toml
2021-02-03 18:13:06 -08:00

16 lines
364 B
TOML

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