Merge pull request #4 from pwoolcoc/fix-crates.io-categories

Update category slugs
This commit is contained in:
Paul Woolcock
2018-08-23 21:29:06 -04:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
readme = "README.md" readme = "README.md"
repository = "https://github.com/pwoolcoc/elefren.git" repository = "https://github.com/pwoolcoc/elefren.git"
keywords = ["api", "web", "social", "mastodon", "wrapper"] keywords = ["api", "web", "social", "mastodon", "wrapper"]
categories = ["web-programming", "http-client"] categories = ["web-programming", "web-programming::http-client", "api-bindings"]
[dependencies] [dependencies]
doc-comment = "0.1" doc-comment = "0.1"