From 7d86beba29a755f22ce29bad3d56532501e27bc8 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 13 Jan 2021 13:05:13 +0100 Subject: [PATCH] Add categories field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cde296c..a0c2524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://github.com/InputUsername/listenbrainz-rs" readme = "README.md" description = "ListenBrainz API bindings for Rust." keywords = ["listenbrainz", "api", "bindings"] +categories = ["api-bindings"] publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html