From 746219002845333683a8746cf722bd7b7ae71278 Mon Sep 17 00:00:00 2001 From: etwyniel Date: Mon, 18 Nov 2019 12:59:20 +0100 Subject: [PATCH] Add description, license, readme, repository and keywords keys to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7ff5122..e465b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "miniserde-enum" version = "0.1.0" authors = ["Aymeric Beringer "] edition = "2018" +description = "Derive macros for miniserde on enums" +license = "MIT OR Apache-2-0" +readme = "README.MD" +repository = "https://github.com/etwyniel/miniserde-enum" +keywords = ["miniserde", "enum"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]