abstreet/kml/Cargo.toml

16 lines
341 B
TOML
Raw Normal View History

[package]
name = "kml"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstio = { path = "../abstio" }
2018-06-26 02:26:43 +03:00
abstutil = { path = "../abstutil" }
anyhow = "1.0.37"
2020-11-11 23:02:53 +03:00
csv = "1.1.4"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
log = "0.4.11"
roxmltree = { version = "0.14.0", features=["std"] }
2020-09-24 19:36:26 +03:00
serde = "1.0.116"