Add author, description and license field to Cargo.toml
This commit is contained in:
parent
94b8ec6d2c
commit
e1a85fbc31
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue