From 66f90122b44a6ebb75fa0df83c80dbfccf77a422 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 5 Mar 2023 21:13:15 +0100 Subject: build: add categories field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2ee8d7c..f33fe20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" description = "Rust API for the OpenGL API and Extension Registry" repository = "https://git.hampusmat.com/opengl-registry-rs" keywords = ["api"] +categories = ["api-bindings"] include = ["LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml"] [features] -- cgit v1.2.3-18-g5258