mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 17:07:12 +03:00
91ce5a1637
This bloats the build a bit, by bringing in multiple versions of some deps. It'd be nice to go upgrade everything soon...
26 lines
661 B
TOML
26 lines
661 B
TOML
[package]
|
|
name = "headless"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
abstio = { path = "../abstio" }
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.38"
|
|
geojson = { version = "0.22.2", features = ["geo-types"] }
|
|
geom = { path = "../geom" }
|
|
hyper = { version = "0.14.19", features = ["full"] }
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.14"
|
|
map_model = { path = "../map_model" }
|
|
rand = "0.8.3"
|
|
rand_xorshift = "0.3.0"
|
|
serde = "1.0.123"
|
|
serde_json = "1.0.61"
|
|
sim = { path = "../sim" }
|
|
synthpop = { path = "../synthpop" }
|
|
structopt = "0.3.23"
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
url = "2.2.0"
|