summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 13:52:08 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 13:52:08 -0400
commitcfa4913614c8e88fcc99f7398ff8f7963866cbd2 (patch)
tree4f0dd0c03525c989a22b6e351a9e7935d0f30c62 /Cargo.toml
parent934d67ccc139b2fd5529f32c7d641c2105b645ce (diff)
Remove license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c8aa94..4afd7dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ 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"]