mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
a1899e29f8
* Update dependencies * Use github for polylabel, to make all dependencies use geo 0.18, not a mix of 0.18 and 0.17 * Downgrade lyon to avoid a crash Co-authored-by: Dustin Carlino <dabreegster@gmail.com>
15 lines
357 B
TOML
15 lines
357 B
TOML
[package]
|
|
name = "sumo"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstio = { path = "../abstio" }
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.38"
|
|
geom = { path = "../geom" }
|
|
map_model = { path = "../map_model" }
|
|
quick-xml = { version = "0.22.0", features=["serialize"] }
|
|
serde = "1.0.123"
|