Fix generating serde_{codegen,macros} documentation

This commit is contained in:
Erick Tryzelaar
2016-04-12 08:36:02 -07:00
parent 4b9f751d74
commit 9082b75e75
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
repository = "https://github.com/serde-rs/serde"
documentation = "https://github.com/serde-rs/serde"
build = "build.rs"
documentation = "https://serde-rs.github.io/serde/serde_codegen/index.html"
keywords = ["serde", "serialization"]
build = "build.rs"
[features]
default = ["with-syntex"]