[package]
edition = "2024"
name = "unwrap_or_else_error_handle"
version = "0.1.0"
authors = ["Oleg Pogoraev <contact@oblivisheee.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Function to handle errors in a way that prints a message and exits the program."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/oblivisheee/unwrap_or_else_error_handle"
[lib]
name = "unwrap_or_else_error_handle"
path = "src/lib.rs"
[dependencies]