File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ fail, they should panic.
74
74
75
75
Future versions of this interface with higher integration into Cargo may
76
76
incorporate ways for Cargo to pass pre-parsed data from ` Cargo.toml ` , or ways
77
- for the ` metabuild ` functions to return semantic error information. This
78
- minimal specification allows for experimentation with such interfaces within
79
- the crates.io ecosystem, by providing an adapter from the raw metabuild
80
- interface.
77
+ for the ` metabuild ` functions to return semantic error information. Metabuild
78
+ interfaces may also wish to run scripts in parallel, provide dependencies
79
+ between them, or orchestrate their execution in many other ways. This minimal
80
+ specification allows for experimentation with such interfaces within the
81
+ crates.io ecosystem, by providing an adapter from the raw metabuild interface.
81
82
82
83
# Reference-level explanation
83
84
You can’t perform that action at this time.
0 commit comments