From 934d67ccc139b2fd5529f32c7d641c2105b645ce Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 22 Oct 2022 13:51:09 -0400 Subject: Update Cargo.toml --- Cargo.toml | 9 +++++++-- 1 file 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 "] -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"] -- cgit v1.2.3