File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
2- authors = [" Jeffrey Smith <jeffrey.smith7@gmail.com>" ]
3- edition = " 2024"
4- license = " Apache-2.0"
5- name = " git_sync"
6- version = " 1.0.0"
2+ authors = [" Jeffrey Smith <jeffrey.smith@acceldata.io>" ]
3+ description = " A tool for managing git repositories"
4+ edition = " 2024"
5+ homepage = " https://github.com/acceldata-io/git_sync"
6+ license = " Apache-2.0"
7+ name = " git_sync"
8+ version = " 1.0.0"
79
810
911[dependencies ]
@@ -76,3 +78,11 @@ slack = []
7678[profile .release ]
7779lto = " thin"
7880strip = true
81+
82+ [package .metadata .generate-rpm ]
83+ assets = [
84+ { source = " target/release/git_sync" , dest = " /usr/bin/git_sync" , mode = " 755" },
85+ ]
86+
87+ [package .metadata .generate-rpm .requires ]
88+ git = " > 2.40"
You can’t perform that action at this time.
0 commit comments