abstreet/kml/Cargo.toml
2018-07-24 16:23:25 -07:00

12 lines
261 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" }
pretty_assertions = "0.5.1"
quick-xml = "0.10.0"