abstreet/headless/Cargo.toml
2018-06-25 09:00:43 -07:00

11 lines
231 B
TOML

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