mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 20:29:04 +03:00
19 lines
516 B
TOML
19 lines
516 B
TOML
[package]
|
|
name = "convert_osm"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
byteorder = "1.2.1"
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
|
geo = "0.9.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"
|