abstreet/kml/Cargo.toml
2019-02-10 15:57:28 -08:00

15 lines
285 B
TOML

[package]
name = "kml"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
log = "0.4.5"
quick-xml = "0.13.1"
serde = "1.0.87"
serde_derive = "1.0.87"
structopt = "0.2"