abstreet/kml/Cargo.toml
2018-06-28 20:35:00 -07:00

11 lines
233 B
TOML

[package]
name = "kml"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
quick-xml = "0.10.0"