mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
09af9e6cda
it's unused and unclear how it should work going forwards
14 lines
271 B
TOML
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"
|