From c39d04d716dd59f3171c09b35b2a34a0f28e2231 Mon Sep 17 00:00:00 2001 From: Daniel Heule Date: Thu, 8 Jan 2026 13:58:36 +0100 Subject: [PATCH] Informations for generating a rpm --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7816cb2..ab1bb50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,12 @@ chrono = "0.4" hex = "0.4" sha3 = "0.10" diff = "0.1" -glob = "0.3" \ No newline at end of file +glob = "0.3" + + +[package.metadata.generate-rpm] +assets = [ + { source = "target/release/rsnmpagent", dest = "/usr/sbin/rsnmpagent", mode = "750" }, +] +license = "GPL-3" +description = "rsnmpagent by hda/otho"