abstreet/convert_osm/Cargo.toml
Dustin Carlino 7a00839553 ditch osm-xml, make a new osm parser from scratch based on roxmltree.
skip unreferenced objects, make the output extremely easy to consume.
also fix timers in importer. this helps with #212, although the actual
problem there is weird.

regen everything. some parking lots change a bit, but not horribly, and
that code needs some attention anyway.
2020-07-25 13:52:41 -07:00

14 lines
304 B
TOML

[package]
name = "convert_osm"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
byteorder = "1.3.4"
geom = { path = "../geom" }
kml = { path = "../kml" }
map_model = { path = "../map_model" }
roxmltree = "0.13.0"