mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
14 lines
264 B
TOML
14 lines
264 B
TOML
|
[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" }
|
||
|
serde = "1.0.123"
|