abstreet/kml/Cargo.toml
2020-05-19 15:06:32 -07:00

12 lines
230 B
TOML

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