mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
18 lines
419 B
TOML
18 lines
419 B
TOML
[package]
|
|
name = "convert_osm"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstio = { path = "../abstio" }
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.37"
|
|
byteorder = "1.3.4"
|
|
geom = { path = "../geom" }
|
|
kml = { path = "../kml" }
|
|
log = "0.4.11"
|
|
map_model = { path = "../map_model" }
|
|
roxmltree = { version = "0.14.0", features=["std"] }
|
|
serde = "1.0.116"
|