[package]
edition = "2018"
name = "user-error"
version = "1.0.0"
authors = ["Amy <git@xvrqt.com>"]
description = "Simple error type that display in a clear and beautiful manner to the user of a CLI application."
homepage = "https://git.xvrqt.com/amy/user-error"
readme = "README.md"
keywords = ["errors", "pretty-print", "struct", "xvrqt"]
categories = ["data-structures", "command-line-interface"]
license = "BSD-3-Clause"
repository = "https://git.xvrqt.com/amy/user-error.git"
[dependencies.colorful]
version = "0.2.1"