abstreet/convert_osm/Cargo.toml
2018-07-24 16:23:25 -07:00

16 lines
342 B
TOML

[package]
name = "convert_osm"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
abstutil = { path = "../abstutil" }
byteorder = "1.2.1"
geom = { path = "../geom" }
ordered-float = "0.5.0"
osm-xml = "0.5.1"
map_model = { path = "../map_model" }
pretty_assertions = "0.5.1"
shp = "0.1.1"
structopt = "0.2"