Add cargo deb config files
This commit is contained in:
parent
e1a85fbc31
commit
80aa007857
1 changed files with 6 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue