abstreet/geom/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

20 lines
459 B
TOML

[package]
name = "geom"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
anyhow = "1.0.37"
earcutr = { git = "https://github.com/donbright/earcutr" }
geo = "0.16.0"
geo-booleanop = "= 0.3.2"
geojson = "0.21.0"
histogram = "0.6.9"
instant = "0.1.7"
ordered-float = { version = "2.0.0", features=["serde"] }
polylabel = "2.3.1"
serde = "1.0.116"