mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-29 04:35:51 +03:00
13 lines
295 B
TOML
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"
|