diff options
Diffstat (limited to '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"] |
