[package]
edition = "2024"
name = "bt_any_error"
version = "0.1.0"
authors = ["calvarez <calvarez@bachuetech.biz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy-to-use, lightweight, zero-dependency generic Error that can be passed to another thread."
homepage = "https://github.com/bachuetech/bt_any_error"
readme = "README.md"
keywords = ["error"]
categories = ["development-tools"]
license = "GPL-3.0-only"
repository = "https://github.com/bachuetech/bt_any_error.git"
[lib]
name = "bt_any_error"
path = "src/lib.rs"
[[test]]
name = "test1"
path = "tests/test1.rs"
[[test]]
name = "test2"
path = "tests/test2.rs"
[dependencies]