abstreet/headless/Cargo.toml

23 lines
510 B
TOML
Raw Normal View History

[package]
name = "headless"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstio = { path = "../abstio" }
2018-08-09 21:10:36 +03:00
abstutil = { path = "../abstutil" }
2020-12-15 04:48:47 +03:00
geojson = "0.21.0"
2019-02-27 01:12:11 +03:00
geom = { path = "../geom" }
2020-11-11 23:02:53 +03:00
hyper = "0.13.9"
lazy_static = "1.4.0"
log = "0.4.11"
map_model = { path = "../map_model" }
2021-01-04 06:48:03 +03:00
rand = "0.8.0"
rand_xorshift = "0.3.0"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"
serde_json = "1.0.57"
sim = { path = "../sim" }
tokio = { version = "0.2.22", features = ["full"] }
2020-11-11 23:02:53 +03:00
url = "2.2.0"