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
|
|
|
|
2019-10-04 21:21:55 +03:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
profiler = ["cpuprofiler"]
|
|
|
|
|
2018-04-11 03:38:26 +03:00
|
|
|
[dependencies]
|
2018-08-09 21:10:36 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2019-10-04 21:21:55 +03:00
|
|
|
cpuprofiler = { version = "0.0.3", optional = true }
|
2019-02-27 01:12:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2018-04-11 03:38:26 +03:00
|
|
|
map_model = { path = "../map_model" }
|
|
|
|
sim = { path = "../sim" }
|