anyhow 1.0.10

A better Box<dyn Error>
Documentation
[package]
name = "anyhow"
version = "1.0.10" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A better Box<dyn Error>"
repository = "https://github.com/dtolnay/anyhow"
documentation = "https://docs.rs/anyhow"
readme = "README.md"

[features]
default = ["std"]
std = []

[dev-dependencies]
thiserror = "1.0"