From aab07bbfc17b0d3a32f11efc989bd6eb946690f6 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 28 Sep 2024 00:13:47 +0900 Subject: [PATCH] Adding the necesserry description field to the crates for publishing --- lazy_link/Cargo.toml | 1 + lazy_link_derive/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/lazy_link/Cargo.toml b/lazy_link/Cargo.toml index 18da256..7ab3bfc 100644 --- a/lazy_link/Cargo.toml +++ b/lazy_link/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true repository.workspace = true edition.workspace = true version.workspace = true +description.workspace = true [dependencies] lazy_link_derive = { path = "../lazy_link_derive", version = "*" } diff --git a/lazy_link_derive/Cargo.toml b/lazy_link_derive/Cargo.toml index 0758c9d..26f0878 100644 --- a/lazy_link_derive/Cargo.toml +++ b/lazy_link_derive/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true repository.workspace = true edition.workspace = true version.workspace = true +description.workspace = true [lib] proc-macro = true