2018-04-11 03:38:26 +03:00
|
|
|
[package]
|
|
|
|
name = "headless"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2018-12-06 21:18:20 +03:00
|
|
|
edition = "2018"
|
2018-04-11 03:38:26 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2018-08-09 21:10:36 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2018-10-18 02:57:15 +03:00
|
|
|
cpuprofiler = "0.0.3"
|
2019-02-27 01:12:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2018-04-11 03:38:26 +03:00
|
|
|
map_model = { path = "../map_model" }
|
2019-03-12 00:44:32 +03:00
|
|
|
pretty_assertions = "0.6.1"
|
2018-04-11 03:38:26 +03:00
|
|
|
sim = { path = "../sim" }
|
2019-03-12 00:44:32 +03:00
|
|
|
structopt = "0.2.15"
|