abstreet/popdat/Cargo.toml
Dustin Carlino e99def9124 Switch all error handling to anyhow. Nothing consumes our code as a
library yet, so this is a step forward from string errors. Manually
tested how errors show up (including the nice with_context bit).
2021-01-05 11:35:03 -08:00

23 lines
538 B
TOML

[package]
name = "popdat"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
anyhow = "1.0.37"
flatgeobuf = { version = "0.4" }
futures = "0.3.8"
geo = "0.16.0"
geojson = { version = "0.21.0", features = ["geo-types"] }
geom = { path = "../geom" }
geozero-core = { version = "0.5.1" }
log = "0.4.11"
map_model = { path = "../map_model" }
rand = "0.8.1"
rand_xorshift = "0.3.0"
geo-booleanop = "0.3.2"
serde_json = "1.0.61"
sim = { path = "../sim" }