abstreet/kml/Cargo.toml

16 lines
341 B
TOML

[package]
name = "kml"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2021"
[dependencies]
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.38"
csv = "1.1.4"
geom = { path = "../geom" }
log = "0.4.14"
roxmltree = { version = "0.14.0", features=["std"] }
serde = "1.0.123"