mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
13 lines
272 B
TOML
13 lines
272 B
TOML
[package]
|
|
name = "convert_osm"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
byteorder = "1.2.1"
|
|
ordered-float = "0.5.0"
|
|
osm-xml = "0.5.1"
|
|
map_model = { path = "../map_model" }
|
|
structopt = "0.2"
|