]> git.proxmox.com Git - rustc.git/blob - src/vendor/quick-error/Cargo.toml
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / quick-error / Cargo.toml
1 [package]
2 name = "quick-error"
3 description = """
4 A macro which makes error types pleasant to write.
5 """
6 license = "MIT OR Apache-2.0"
7 version = "1.1.0"
8 keywords = ["macro", "error", "type", "enum"]
9 authors = ["Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>"]
10 homepage = "http://github.com/tailhook/quick-error"
11 repository = "http://github.com/tailhook/quick-error"
12 documentation = "http://tailhook.github.io/quick-error/"