Point serde_derive_internals documentation to docs.rs

This commit is contained in:
David Tolnay
2018-11-21 14:22:33 -08:00
parent 0c3d4a8a37
commit a043b2a763
4 changed files with 4 additions and 7 deletions
+3 -4
View File
@@ -1,15 +1,14 @@
[package]
name = "serde_derive_internals"
version = "0.24.0" # remember to update html_root_url
version = "0.24.1" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "AST representation used by Serde derive macros. Unstable."
homepage = "https://serde.rs"
repository = "https://github.com/serde-rs/serde"
documentation = "https://docs.serde.rs/serde_derive_internals/"
documentation = "https://docs.rs/serde_derive_internals"
keywords = ["serde", "serialization"]
readme = "crates-io.md"
include = ["Cargo.toml", "lib.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
include = ["Cargo.toml", "lib.rs", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
[lib]
path = "lib.rs"