From 4c394befa2db3bf91d8689d88dd70df1dc6ba45c Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Thu, 23 Aug 2018 19:55:58 -0400 Subject: [PATCH] Update category slugs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4228ee..a6f9f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/pwoolcoc/elefren.git" keywords = ["api", "web", "social", "mastodon", "wrapper"] -categories = ["web-programming", "http-client"] +categories = ["web-programming", "web-programming::http-client", "api-bindings"] [dependencies] doc-comment = "0.1"