summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]