[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.macrotest]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["ducaale <sharaf.13@hotmail.com>"]
description = "Simple proc-macro for enabling rust main function to return an exit status code"
documentation = "https://github.com/ducaale/exit_status"
edition = "2018"
homepage = "https://github.com/ducaale/exit_status"
license = "MIT"
name = "exit_status"
readme = "README.md"
repository = "https://github.com/ducaale/exit_status"
version = "0.1.0"