mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
e0a8d82b61
Nothing in data/input should be under version control; all of it is managed by the updater. #326
16 lines
337 B
TOML
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"
|