Skip to content

Commit

Permalink
add metadata for rpm generation (#338)
Browse files Browse the repository at this point in the history
Adds metadata section for rpm generation to the Cargo manifest.
  • Loading branch information
brayniac authored Dec 30, 2024
1 parent d7f2363 commit c9bdc04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,8 @@ debug-assertions = false
debug = true
opt-level = 0

[package.metadata.generate-rpm]
auto_req = "builtin"
assets = [
{ source = "target/release/rpc-perf", dest = "/usr/bin/", mode = "755" },
]

0 comments on commit c9bdc04

Please sign in to comment.