mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
21 lines
452 B
TOML
21 lines
452 B
TOML
[package]
|
|
name = "importer"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = []
|
|
scenarios = ["gdal"]
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
convert_osm = { path = "../convert_osm" }
|
|
csv = "1.0.1"
|
|
geom = { path = "../geom" }
|
|
gdal = { version = "0.6.0", optional = true }
|
|
kml = { path = "../kml" }
|
|
map_model = { path = "../map_model" }
|
|
serde = "1.0.110"
|
|
sim = { path = "../sim" }
|