abstreet/tests/Cargo.toml

18 lines
392 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" }
gag = "0.1.10"
geom = { path = "../geom" }
map_model = { path = "../map_model" }
rand = "0.6.5"
rand_xorshift = "0.1.1"
sim = { path = "../sim" }
structopt = "0.2.15"
termion = "1.5.1"