[package] name = "kml" version = "0.1.0" authors = ["Dustin Carlino "] edition = "2018" [dependencies] abstio = { path = "../abstio" } abstutil = { path = "../abstutil" } anyhow = "1.0.37" csv = "1.1.4" geom = { path = "../geom" } roxmltree = "0.14.0" serde = "1.0.116"