From e1a85fbc315702abe6487f8a56e268880f11cda5 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 14:44:32 +0100 Subject: [PATCH] Add author, description and license field to Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a502bcc..537d649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] -name = "ascendance-of-a-bookworm-bot" +authors = ["Neshura"] name = "aob-lemmy-bot" version = "2.1.5" edition = "2021" +description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html