abstreet/headless/Cargo.toml
2018-04-13 22:44:24 -07:00

12 lines
259 B
TOML

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