abstreet/convert_osm/Cargo.toml

14 lines
301 B
TOML
Raw Normal View History

[package]
name = "convert_osm"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
byteorder = "1.3.4"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
kml = { path = "../kml" }
osm-xml = "0.6.2"
map_model = { path = "../map_model" }