abstreet/editor/Cargo.toml

31 lines
676 B
TOML
Raw Normal View History

[package]
name = "editor"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
2018-06-22 21:01:44 +03:00
abstutil = { path = "../abstutil" }
2018-10-13 21:34:00 +03:00
counter = "0.4.3"
2019-02-15 00:25:49 +03:00
derive-new = "0.5.6"
2018-10-22 19:59:18 +03:00
downcast = "0.9.2"
ezgui = { path = "../ezgui" }
2018-07-06 01:37:35 +03:00
generator = "0.6"
geo = "0.11.0"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
kml = { path = "../kml" }
2018-09-22 00:16:38 +03:00
lazy_static = "1.1.0"
log = "0.4.5"
map_model = { path = "../map_model" }
2019-01-11 21:27:26 +03:00
ordered-float = "1.0.1"
2018-07-25 02:21:58 +03:00
pretty_assertions = "0.5.1"
quick-xml = "0.13.1"
2019-02-20 03:11:42 +03:00
# TODO Just for the DES model prototype
rand = "0.6.5"
rand_xorshift = "0.1.1"
2019-02-11 02:53:24 +03:00
serde = "1.0.87"
serde_derive = "1.0.87"
sim = { path = "../sim" }
structopt = "0.2"