diff options
| author | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-31 10:57:10 +0100 |
|---|---|---|
| committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-31 10:57:10 +0100 |
| commit | a2fb94e32d81770fc67acd273890d5595520d059 (patch) | |
| tree | 7694672a40f78eeed772bd826f187cbbbaeba90f | |
| parent | bc8197c884e7a5dae25b6aedb02eac98145bee92 (diff) | |
Add a couple of categories
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" documentation = "https://docs.rs/serde_urlencoded" description = "`x-www-form-urlencoded` meets Serde" +categories = ["encoding", "web-programming"] keywords = ["serde", "serialization", "urlencoded"] [lib] |
