Update crates.io description metadata

This commit is contained in:
David Tolnay 2019-11-27 22:08:41 -08:00
parent 3cd0fcb2d1
commit d9957be8c2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -4,7 +4,7 @@ version = "1.0.25" # 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>"
description = "Flexible concrete Error type built on std::error::Error"
repository = "https://github.com/dtolnay/anyhow"
documentation = "https://docs.rs/anyhow"
readme = "README.md"