abstreet/convert_osm/Cargo.toml
Dustin Carlino e0a8d82b61 Reorganize polygon files to importer/config, instead of data/input.
Nothing in data/input should be under version control; all of it is
managed by the updater. #326
2020-11-06 10:10:03 -08:00

16 lines
337 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" }
log = "0.4.11"
map_model = { path = "../map_model" }
roxmltree = "0.13.0"
serde = "1.0.116"