Age | Commit message (Collapse) | Author |
|
As more and more build scripts use Cargo.toml, routinely provide
these files as data for build scripts.
|
|
Build scripts often require additional data; therefore, extend
the rule by a field "extra_data" that will be available when running
the build script.
|
|
... also for those not directly calling rust/cargo tools. In this way,
the user can still use the defaults to set the PATH. On certain systems
this might be necessary even to get basic programs like cat, awk, etc.
|
|
Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com>
|