From dd2b7f8202ef3d2ac7402395137fc347393f2c1c Mon Sep 17 00:00:00 2001 From: "Simeon H.K. Fitch" Date: Mon, 15 May 2023 15:55:00 -0400 Subject: [PATCH] Added to "Geospatial" crates.io category. Closes #361 --- Cargo.toml | 1 + gdal-sys/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 97fb6ce05..d5d30a0ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = [ "Alex Morega ", "Johannes Drönner ", ] +categories = ["science::geo", "api-bindings"] repository = "https://github.com/georust/gdal" edition = "2021" rust-version = "1.58" diff --git a/gdal-sys/Cargo.toml b/gdal-sys/Cargo.toml index 8ead7c63a..9c987c77d 100644 --- a/gdal-sys/Cargo.toml +++ b/gdal-sys/Cargo.toml @@ -5,6 +5,7 @@ license = "MIT" version = "0.8.0" repository = "https://github.com/georust/gdal" authors = ["Johannes Drönner "] +categories = ["science::geo", "api-bindings"] edition = "2018" rust-version = "1.58" links="gdal"