blob: 56f96479ef44d737080d4812810457762d85359d (
plain)
[package]
name = "exun"
version = "0.1.0"
authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
rust-version = "1.56"
description = "Handle unexpected errors"
license = "Unlicense"
[features]
default = ["std"]
std = []
|