Add author, description and license field to Cargo.toml

This commit is contained in:
Neshura 2023-12-29 14:44:32 +01:00
parent 94b8ec6d2c
commit e1a85fbc31
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -1,8 +1,10 @@
[package] [package]
name = "ascendance-of-a-bookworm-bot" authors = ["Neshura"]
name = "aob-lemmy-bot" name = "aob-lemmy-bot"
version = "2.1.5" version = "2.1.5"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html