From e2de07f86e8d3aa343eff6239cee7e7e0d41a899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 24 Apr 2020 00:13:36 +0200 Subject: [PATCH] remove keyword to fit in the limit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b4c5b0..a4cb050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Parse latitude/longitude from many common formats" edition = "2018" readme = "README.md" repository = "https://git.ondrovo.com/packages/latlon" -keywords = ["gps", "geo", "geography", "geospatial", "location", "parse"] +keywords = ["gps", "geo", "geography", "location", "parse"] categories = ["parser-implementations", "science"] license = "MIT"