summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 123a1b2..56f9647 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,11 @@
[package]
name = "exun"
version = "0.1.0"
+authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
rust-version = "1.56"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "Handle unexpected errors"
+license = "Unlicense"
[features]
default = ["std"]