Add debian packaging (Closes #13) #14
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"
|
||||
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
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue