diff options
Diffstat (limited to 'devel/cargo-make/pkg-descr')
-rw-r--r-- | devel/cargo-make/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/cargo-make/pkg-descr b/devel/cargo-make/pkg-descr new file mode 100644 index 000000000000..5f3f0aef0d17 --- /dev/null +++ b/devel/cargo-make/pkg-descr @@ -0,0 +1,9 @@ +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. |