Add manual depends to cargo deb config. Should be complete
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s
This commit is contained in:
parent
ceddb5454d
commit
45a7ab58d7
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ license = "GPL-3.0-or-later"
|
||||||
extended-description = "Application for automatically updating Cloudflare DNS records"
|
extended-description = "Application for automatically updating Cloudflare DNS records"
|
||||||
maintainer-scripts = "debian/"
|
maintainer-scripts = "debian/"
|
||||||
revision = "1"
|
revision = "1"
|
||||||
|
depends = ["libc6", "libssl3", "systemd"]
|
||||||
assets = [
|
assets = [
|
||||||
[
|
[
|
||||||
"target/release/cloudflare-dns-updater",
|
"target/release/cloudflare-dns-updater",
|
||||||
|
|
Loading…
Reference in a new issue