Merge pull request #65 from kornelski/patch-1

Add crates-io category
This commit is contained in:
David Tolnay 2020-02-13 09:11:19 -08:00 committed by GitHub
commit bac602c301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ description = "Flexible concrete Error type built on std::error::Error"
repository = "https://github.com/dtolnay/anyhow"
documentation = "https://docs.rs/anyhow"
readme = "README.md"
categories = ["rust-patterns"]
[badges]
travis-ci = { repository = "dtolnay/anyhow" }