cargo-make
https://github.com/sagiegurari/cargo-make
The cargo-make task runner enables to define and configure sets of tasks and run them as a flow. A task is a command, script, rust code, or other sub tasks to execute. Tasks can have dependencies which are also tasks that will be executed before the task itself. With a simple toml based configuration file, you can define a multi platform build script that can run build, test, generate documentation, run bench tests, run security validations and more, executed by running a single command.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Oppzippy/cargo-make && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000980 980 Bytes | |
_servicedata | 0000000243 243 Bytes | |
cargo-make-0.37.4~0.tar.zst | 0001448570 1.38 MB | |
cargo-make.changes | 0000000155 155 Bytes | |
cargo-make.spec | 0000002411 2.35 KB | |
vendor.tar.zst | 0032711187 31.2 MB |
Latest Revision
Kyle Scheuing (Oppzippy)
committed
(revision 13)
- remove cargo_config since cargo-packaging handles it now - simplify build step since we don't need to modify RUST_FLAGS
Comments 0