mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
f64f411093
crate:: paths everywhere. not yet fiddling with 'extern crate's
15 lines
314 B
TOML
15 lines
314 B
TOML
[package]
|
|
name = "headless"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
cpuprofiler = "0.0.3"
|
|
log = "0.4.5"
|
|
map_model = { path = "../map_model" }
|
|
pretty_assertions = "0.5.1"
|
|
sim = { path = "../sim" }
|
|
structopt = "0.2"
|