HTTPS for serde.rs

This commit is contained in:
David Tolnay
2016-08-18 17:08:05 -04:00
parent 01f6115d73
commit 2d99a50c27
8 changed files with 18 additions and 12 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ version = "0.8.2"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
homepage = "https://serde.rs"
repository = "https://github.com/serde-rs/serde"
documentation = "https://github.com/serde-rs/serde"
documentation = "https://serde.rs/codegen.html"
keywords = ["serde", "serialization"]
build = "build.rs"
include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/lib.rs.in"]