abstreet/headless/Cargo.toml
2018-09-24 10:54:11 -07:00

15 lines
325 B
TOML

[package]
name = "headless"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
abstutil = { path = "../abstutil" }
control = { path = "../control" }
log = "0.4.5"
map_model = { path = "../map_model" }
pretty_assertions = "0.5.1"
sim = { path = "../sim" }
structopt = "0.2"
yansi = "0.4.0"