abstreet/convert_osm/Cargo.toml

19 lines
436 B
TOML
Raw Normal View History

[package]
name = "convert_osm"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstio = { path = "../abstio" }
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
2021-02-04 05:13:06 +03:00
anyhow = "1.0.38"
byteorder = "1.4.2"
geojson = "0.22"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
kml = { path = "../kml" }
2021-02-04 05:13:06 +03:00
log = "0.4.14"
map_model = { path = "../map_model" }
roxmltree = { version = "0.14.0", features=["std"] }
2021-02-04 05:13:06 +03:00
serde = "1.0.123"