[package]
name = "exit-with-code"
version = "1.0.0"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "A CLI which returns the exit code of your choice"
license = "Apache-2.0 OR MIT"
edition = "2021"
[dependencies]
[dev-dependencies]
yare = "1.0.1"
[[bin]]
name = "ewc"
path = "src/main.rs"