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