blob: 295fe68aca524b8a4719f1941a7a3f61ebbc325d [file] [log] [blame]
[package]
name = "quick-error"
description = """
A macro which makes error types pleasant to write.
"""
license = "MIT/Apache-2.0"
version = "1.2.2"
keywords = ["macro", "error", "type", "enum"]
authors = ["Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>"]
homepage = "http://github.com/tailhook/quick-error"
repository = "http://github.com/tailhook/quick-error"
documentation = "http://docs.rs/quick-error"
categories = ["rust-patterns"]
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }