Kaynağa Gözat

Auto merge of #322 - DarkEld3r:316-add-categories-to-cargo-toml, r=SimonSapin

Add categories to Cargo.toml

Fixes #316

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/322)
<!-- Reviewable:end -->
bors-servo 9 yıl önce
ebeveyn
işleme
b38dc0d9ec
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -9,6 +9,7 @@ documentation = "https://docs.rs/url"
 repository = "https://github.com/servo/rust-url"
 repository = "https://github.com/servo/rust-url"
 readme = "README.md"
 readme = "README.md"
 keywords = ["url", "parser"]
 keywords = ["url", "parser"]
+categories = ["parser-implementations", "web-programming", "encoding"]
 license = "MIT/Apache-2.0"
 license = "MIT/Apache-2.0"
 
 
 [workspace]
 [workspace]