ソースを参照

Add categories to Cargo.toml

Stanislav Tkach 9 年 前
コミット
12b0de1b21
1 ファイル変更1 行追加0 行削除
  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"
 readme = "README.md"
 keywords = ["url", "parser"]
+categories = ["parser-implementations", "web-programming", "encoding"]
 license = "MIT/Apache-2.0"
 
 [workspace]