From 49fb950dc024609bbc6b173582b7ea9c23b930f3 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sun, 23 Oct 2022 17:32:24 -0400 Subject: Specified license nicely for Cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1b279a2..e4547f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] -- cgit v1.2.3