abstreet/synthpop/Cargo.toml

16 lines
303 B
TOML
Raw Normal View History

[package]
name = "synthpop"
version = "0.1.0"
edition = "2021"
[dependencies]
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.38"
geom = { path = "../geom" }
log = "0.4.14"
map_model = { path = "../map_model" }
rand = "0.8.5"
rand_xorshift = "0.3.0"
serde = "1.0.123"