summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 13:51:09 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 13:51:09 -0400
commit934d67ccc139b2fd5529f32c7d641c2105b645ce (patch)
treeab87164ec77a2dec0c56b604f5153f31413e0cfb
parentb34835c755a81437e0dcb7a565245dc19ae02bb9 (diff)
Update Cargo.toml
-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"]