abstreet/convert_osm/Cargo.toml

15 lines
314 B
TOML
Raw Normal View History

[package]
name = "convert_osm"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
byteorder = "1.2.1"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
ordered-float = "0.5.0"
osm-xml = "0.5.1"
map_model = { path = "../map_model" }
shp = "0.1.1"
structopt = "0.2"