summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5968fb1a9c3c068838f785041826284c844c4532 (plain)
[package]
name = "exun"
version = "0.1.0"
authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
rust-version = "1.60"
description = "Handle unexpected errors"
readme = "README.md"
documentation = "https://docs.rs/exun"
repository = "https://github.com/botahamec/exun/"
license-file = "LICENSE.md"
keywords = ["no_std", "no-std", "utility", "error", "error-handling"]
categories = ["rust-patterns", "no-std"]

[features]
default = ["std"]
std = []