diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-22 13:51:09 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-22 13:51:09 -0400 |
| commit | 934d67ccc139b2fd5529f32c7d641c2105b645ce (patch) | |
| tree | ab87164ec77a2dec0c56b604f5153f31413e0cfb | |
| parent | b34835c755a81437e0dcb7a565245dc19ae02bb9 (diff) | |
Update Cargo.toml
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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"] |
