abstreet/map_editor/Cargo.toml
2019-10-15 13:43:47 -07:00

14 lines
303 B
TOML

[package]
name = "map_editor"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
ezgui = { path = "../ezgui" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
reqwest = "0.9.22"
xmltree = "0.8.0"