quit 1.1.0

Exit cleanly with an exit code
Documentation
[package]
name = "quit"
version = "1.1.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
description = """
Exit cleanly with an exit code
"""
repository = "https://github.com/dylni/quit"
readme = "README.md"
keywords = ["exit", "code", "status", "die", "terminate"]
categories = ["command-line-interface", "rust-patterns"]
license = "MIT OR Apache-2.0"

[dependencies]
quit_macros = { version = "=1.1.0", path = "macros" }

[dev-dependencies]
lazy_static = "1.4"

[workspace]
members = ["macros"]