From 48f995f2ac199b432fddab321c3d6fd396c1007d Mon Sep 17 00:00:00 2001 From: etwyniel Date: Mon, 18 Nov 2019 15:07:40 +0100 Subject: [PATCH] Add link to documentation in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 504768b..d9bab88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Derive macros for miniserde on enums" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/etwyniel/miniserde-enum" +documentation = "https://docs.rs/crate/miniserde-enum" keywords = ["miniserde", "enum"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html