diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 17:32:24 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 17:32:24 -0400 |
| commit | 49fb950dc024609bbc6b173582b7ea9c23b930f3 (patch) | |
| tree | 24a57aeecf5a763747c4cd10030ea8fc9e089b9e /Cargo.toml | |
| parent | 33a69b01ad21fc473adebec88ed0c62ebd0c1581 (diff) | |
Specified license nicely for Cargo
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ description = "Handle unexpected errors" readme = "README.md" documentation = "https://docs.rs/exun" repository = "https://github.com/botahamec/exun/" -license-file = "LICENSE.md" +license = "Unlicense" keywords = ["no_std", "no-std", "utility", "error", "error-handling"] categories = ["rust-patterns", "no-std"] exclude = [".vscode/settings.json", ".github/pull_request_template.md"] |
