summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7cdc60..6c4990b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["Sam Scott <me@samjs.co.uk>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/samscott89/serde_qs"
-# documentation = "https://docs.rs/serde_qs"
+documentation = "https://docs.rs/serde_qs"
description = "Querystrings for Serde"
categories = ["encoding", "web-programming"]
keywords = ["serde", "serialization", "querystring"]