Add cargo deb config files

This commit is contained in:
Neshura 2023-12-29 14:45:05 +01:00
parent e1a85fbc31
commit 80aa007857
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -6,6 +6,12 @@ edition = "2021"
description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club" description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[package.metadata.deb]
extended-description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
#maintainer-scripts = "debian/" currently disabled since the application is not runnable as a daemon
revision = "1"
depends = ["$auto", "systemd"]
#systemd-units = { enable = false }
# 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
[dependencies] [dependencies]