Struct cargo_make::types::ExecutionPlan
[−]
[src]
pub struct ExecutionPlan { pub steps: Vec<Step>, }
Execution plan which defines all steps to run and the order to run them
Fields
steps: Vec<Step>
A list of steps to execute