summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2023-08-12 16:59:12 -0400
committerBotahamec <botahamec@outlook.com>2023-08-12 16:59:12 -0400
commit20e4d12c5e8d8f9cb9e0dfce4a57607c7a9d4b03 (patch)
treee1c2d2b7a82701bc5c2df41e1b9632f7aabd4b81 /Cargo.toml
parent941429a8311083d495b3d23f2d8f23c480ec815a (diff)
Switch to 0BSD
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 e1a9e2f..30faa2e 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 = "Unlicense"
+license = "0BSD"
keywords = ["no_std", "no-std", "utility", "error", "error-handling"]
categories = ["rust-patterns", "no-std"]
exclude = [".vscode/settings.json", ".github/pull_request_template.md"]