abstreet/headless/Cargo.toml

14 lines
297 B
TOML
Raw Normal View History

[package]
name = "headless"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
2018-08-09 21:10:36 +03:00
abstutil = { path = "../abstutil" }
cpuprofiler = "0.0.3"
2018-09-24 20:50:37 +03:00
log = "0.4.5"
map_model = { path = "../map_model" }
2018-07-25 02:21:58 +03:00
pretty_assertions = "0.5.1"
sim = { path = "../sim" }
structopt = "0.2"