mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-27 16:36:02 +03:00
11 lines
231 B
TOML
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"
|