abstreet/headless/Cargo.toml
2018-08-09 11:16:51 -07:00

13 lines
295 B
TOML

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