summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56f9647..0c8aa94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,10 +2,15 @@
name = "exun"
version = "0.1.0"
authors = ["Mica White <botahamec@outlook.com>"]
-edition = "2021"
-rust-version = "1.56"
+edition = "2018"
+rust-version = "1.31"
description = "Handle unexpected errors"
+documentation = "https://docs.rs/exun"
+repository = "https://github.com/botahamec/exun/"
license = "Unlicense"
+license-file = "LICENSE.md"
+keywords = ["no_std", "no-std", "utility", "error", "error-handling"]
+categories = ["rust-patterns", "no-std"]
[features]
default = ["std"]