[package] name = "eoe" version = "0.1.1" edition = "2021" authors = ["Lingxuan Ye "] categories = ["command-line-utilities"] repository = "https://github.com/Lingxuan-Ye/eoe" readme = "README.md" license = "MIT" exclude = ["/assets/"] description = "This crate helps you exit on error with underlying `anyhow` error handling." [dependencies] ansi_term = "0.12.1" anyhow = "1.0.86"