abstreet/kml/Cargo.toml

14 lines
271 B
TOML
Raw Normal View History

[package]
name = "kml"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
quick-xml = "0.13.1"
2019-02-11 02:53:24 +03:00
serde = "1.0.87"
serde_derive = "1.0.87"
structopt = "0.2"