abstreet/kml/Cargo.toml

12 lines
230 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" }
2020-03-17 20:35:37 +03:00
quick-xml = "0.18.1"
serde = "1.0.110"