abstreet/tests/Cargo.toml

16 lines
364 B
TOML
Raw Normal View History

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