summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-01-31 10:57:10 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-01-31 10:57:10 +0100
commita2fb94e32d81770fc67acd273890d5595520d059 (patch)
tree7694672a40f78eeed772bd826f187cbbbaeba90f /Cargo.toml
parentbc8197c884e7a5dae25b6aedb02eac98145bee92 (diff)
Add a couple of categories
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99a1bc2..d7f4eb6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]