abstreet/headless/Cargo.toml
2020-12-14 17:48:47 -08:00

22 lines
478 B
TOML

[package]
name = "headless"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
geojson = "0.21.0"
geom = { path = "../geom" }
hyper = "0.13.9"
lazy_static = "1.4.0"
log = "0.4.11"
map_model = { path = "../map_model" }
rand = "0.7.0"
rand_xorshift = "0.2.0"
serde = "1.0.116"
serde_json = "1.0.57"
sim = { path = "../sim" }
tokio = { version = "0.2.22", features = ["full"] }
url = "2.2.0"