abstreet/synthetic/Cargo.toml
2019-02-10 15:57:28 -08:00

15 lines
330 B
TOML

[package]
name = "synthetic"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
ezgui = { path = "../ezgui" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
serde = "1.0.87"
serde_derive = "1.0.87"