feat: set up the systemd timer for teh binary

This commit is contained in:
silver 2025-06-16 05:26:00 +01:00
parent b4cadffdb5
commit cae383a186
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,9 @@ name = "update_committee"
[[bin]]
name = "update_minecraft"
[[bin]]
name = "update_server-icon"
[dependencies]
# discord library
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }