From 8ae24af881ce42ea538e519add065d1a5157d816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Thu, 13 Oct 2022 10:16:50 +0200 Subject: [PATCH] Fix Cargo.toml keywords. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdf5635..71ad1fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/konradhoeffner/hdt" authors = ["Tim Baccaert ", "Konrad Höffner"] license = "MIT" description = "Library for the Header Dictionary Triples (HDT) RDF compression format." -keywords = ["rdf", "hdt", "header dictionary triples", "compression", "file format"] +keywords = ["rdf", "hdt", "compression", "file-format"] categories = ["compression", "filesystem", "parsing", "web-programming"] edition = "2018"