die/Cargo.toml

19 lines
421 B
TOML
Raw Permalink Normal View History

2019-02-21 23:42:10 -05:00
[package]
name = "die"
2019-02-22 00:55:11 -05:00
version = "0.2.0"
2019-02-21 23:42:10 -05:00
authors = ["moparisthebest <admin@moparisthebest.com>"]
description = "Handle errors and exit in command line programs easily."
repository = "https://code.moparisthebest.com/moparisthebest/die"
keywords = ["die", "stderr", "cmd", "cmdline", "exit"]
license = "MIT/Apache-2.0"
readme = "README.md"
include = [
"**/*.rs",
"Cargo.toml",
"LICENSE-*",
"*.md",
]