| 1 | [package] |
|---|---|
| 2 | name = "quick-error" |
| 3 | description = "" " |
| 4 | A macro which makes error types pleasant to write. |
| 5 | " "" |
| 6 | license = "MIT/Apache-2.0" |
| 7 | version = "2.0.1" |
| 8 | edition = "2018" |
| 9 | keywords = ["macro", "error", "type", "enum"] |
| 10 | authors = ["Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>"] |
| 11 | homepage = "http://github.com/tailhook/quick-error" |
| 12 | repository = "http://github.com/tailhook/quick-error" |
| 13 | documentation = "http://docs.rs/quick-error" |
| 14 | categories = ["rust-patterns"] |
| 15 |
