summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-07-29 09:32:18 +0000
committerGitHub <noreply@github.com>2022-07-29 09:32:18 +0000
commit967d8b0f309d0c7b60941571a8812452c18f0835 (patch)
treeb1d8f89a2ca1bdbbf08516dfe7e54113ed9c0ac7
parent032f7b04344338ff0931dc0e6790077d0895b785 (diff)
parentd8a2a7bdd48ae818bbf6df0e366b031274a70adf (diff)
16: Do not use a space in keywords r=TheNeikos a=TheNeikos Co-authored-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac5bb08..fec94f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
license = "MPL-2.0"
description = "Machine-readable type descriptions"
repository = "https://github.com/TheNeikos/type_description"
-keywords = ["type_description", "serde", "machine readable"]
+keywords = ["type_description", "serde", "machine-readable"]
categories = ["config", "rust-patterns", "value-formatting"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html