abstreet/popdat/Cargo.toml
2019-09-18 16:50:32 -07:00

17 lines
357 B
TOML

[package]
name = "popdat"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
csv = "1.0.1"
failure = "0.1.2"
geom = { path = "../geom" }
kml = { path = "../kml" }
map_model = { path = "../map_model" }
serde = "1.0.98"
serde_derive = "1.0.98"
sim = { path = "../sim" }