abstreet/sumo/Cargo.toml
Dustin Carlino 802e020520 Import a SUMO network, transform it into an ABST map. So far, this gets
lanes and intersections displaying, but with lots of problems.
2021-01-05 12:44:38 -08:00

13 lines
307 B
TOML

[package]
name = "sumo"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
quick-xml = { version = "0.20.0", features=["serialize"] }
serde = "1.0.116"