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"