abstreet/kml/Cargo.toml
Dustin Carlino 09af9e6cda removing the log crate completely. remove the DisplayLogs plugin, since
it's unused and unclear how it should work going forwards
2019-02-20 11:56:54 -08:00

14 lines
271 B
TOML

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