From a554af6bfa8fdf4fcb495dec94118945d0525eaa Mon Sep 17 00:00:00 2001 From: Nick Kocharhook Date: Mon, 13 Jan 2025 13:44:11 +0000 Subject: [PATCH] [#148] Add Geo category to Cargo.toml. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0ced94d9..91b46519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = [ repository = "https://github.com/georust/proj" documentation = "https://docs.rs/proj/" keywords = ["proj", "projection", "osgeo", "geo"] +categories = ["science::geo"] license = "MIT OR Apache-2.0" readme = "README.md" edition = "2018"