From dbe456e6caad3a06efd473f1e949f060c3175e27 Mon Sep 17 00:00:00 2001 From: Ezra Singh Date: Thu, 8 Aug 2024 15:53:26 -0400 Subject: [PATCH] Updated description --- geoprox-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoprox-core/Cargo.toml b/geoprox-core/Cargo.toml index d374034..05a102e 100644 --- a/geoprox-core/Cargo.toml +++ b/geoprox-core/Cargo.toml @@ -2,7 +2,7 @@ name = "geoprox-core" version = "0.4.0" edition = "2021" -description = "Core library for Geoprox, provides geospatial indexing and search functionalities." +description = "Core library for Geoprox, provides geospatial indexing and search functionalities" categories = ["science::geo", "data-structures", "algorithms", "caching"] keywords = ["geospatial", "search", "geohash", "nearest-neighbor", "proximity"] readme = "README.md"