From 12b0de1b21b9811d6f07f340062ea78870382514 Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Fri, 5 May 2017 15:54:15 +0300 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9634b266d..76ca3004a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/url" repository = "https://github.com/servo/rust-url" readme = "README.md" keywords = ["url", "parser"] +categories = ["parser-implementations", "web-programming", "encoding"] license = "MIT/Apache-2.0" [workspace]