You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen concerns about the use of Cargo within these rules but I do feel like being able to use it in sandboxes, deterministic ways would be beneficial for the rules. I understand this can be a slippery slope so if a target were to be added it it should be understood that it's to be used extremely selectively.
My hope for right now is to open a PR that adds an aspect for generating cargo metadata. This is probably required for #392 but could also have wider benefits.
Very interested in hearing more thoughts. 🙏
The text was updated successfully, but these errors were encountered:
UebelAndre
changed the title
RFC: Add a target for building Cargo
RFC: Add a target for building a Cargo binary
Dec 3, 2020
Gonna close this, I didn't realize cargo binaries could be found in the rust_toolchain toolchains. I think this binary should have it's own toolchain, which is something pointed out in #523
I've come across a desire to be able to use cargo to perform some simple operations.
Namely:
rule_cbindgen
#392)I've seen concerns about the use of Cargo within these rules but I do feel like being able to use it in sandboxes, deterministic ways would be beneficial for the rules. I understand this can be a slippery slope so if a target were to be added it it should be understood that it's to be used extremely selectively.
My hope for right now is to open a PR that adds an aspect for generating cargo metadata. This is probably required for #392 but could also have wider benefits.
Very interested in hearing more thoughts. 🙏
The text was updated successfully, but these errors were encountered: