From afcd6902bef78d1ca7e532b3dc7157d04042d012 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 7 Dec 2020 19:36:34 -0800 Subject: [PATCH] Point Cargo.toml metadata documentation link to docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc064b8..b441d2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Type-erased Serialize and Serializer traits" repository = "https://github.com/dtolnay/erased-serde" -documentation = "https://github.com/dtolnay/erased-serde" +documentation = "https://docs.rs/erased-serde" keywords = ["serde", "erasure"] include = ["Cargo.toml", "src/**/*.rs", "LICENSE-*", "README.md"] readme = "README.md"