abstreet/convert_osm/Cargo.toml
2020-03-17 10:35:37 -07:00

16 lines
348 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"
geojson = "0.17.0"
geom = { path = "../geom" }
gtfs = { path = "../gtfs" }
kml = { path = "../kml" }
osm-xml = "0.6.2"
map_model = { path = "../map_model" }