Open
Description
Currently, cargo execute scrips before the build starts with the build
field. I propose renaming build
to pre_build
and adding post_build
(which would run after every successful build). It's useful for general postprocessing: running executable packers, zipping files, copying stuff, logging, etc.