abstreet/editor/Cargo.toml
2019-03-12 11:06:42 -07:00

29 lines
602 B
TOML

[package]
name = "editor"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
counter = "0.4.3"
derive-new = "0.5.6"
downcast = "0.10.0"
ezgui = { path = "../ezgui" }
generator = "0.6.12"
geo = "0.12.0"
geom = { path = "../geom" }
kml = { path = "../kml" }
map_model = { path = "../map_model" }
ordered-float = "1.0.1"
pretty_assertions = "0.6.1"
rand = "0.6.5"
serde = "1.0.89"
serde_derive = "1.0.89"
sim = { path = "../sim" }
structopt = "0.2.15"
[build-dependencies]
walkdir = "2.2.7"