abstreet/tests/Cargo.toml
2021-01-04 09:19:54 -08:00

15 lines
346 B
TOML

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