From 1b1e758f4caed331d9e8a5f5ecf1243fa7d70bc3 Mon Sep 17 00:00:00 2001 From: Antikyth <104020300+Antikyth@users.noreply.github.com> Date: Tue, 21 Nov 2023 23:23:30 +1300 Subject: [PATCH] Added description to derive-extras Cargo.toml --- derive-extras/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/derive-extras/Cargo.toml b/derive-extras/Cargo.toml index e714a7c..d24b640 100644 --- a/derive-extras/Cargo.toml +++ b/derive-extras/Cargo.toml @@ -3,6 +3,7 @@ name = "derive-extras" authors = ["Antikyth"] version = "0.1.0" license = "MPL-2.0" +description = "Adds a number of useful extra `#[derive(...)]` macros." edition = "2021" [lib]