What is the current behavior?
There is no prebuilt language extension for Rust
Describe the feature
https://github.com/Calsign/gazelle_rust is the only Rust language extension I could find so far. Should we add this to the prebuilt binaries?
Is this required for Rust at all? Both rules_rust and rules_rs provide all_crate_deps which reads all deps from the Cargo.toml file.
What is the current behavior?
There is no prebuilt language extension for Rust
Describe the feature
https://github.com/Calsign/gazelle_rust is the only Rust language extension I could find so far. Should we add this to the prebuilt binaries?
Is this required for Rust at all? Both rules_rust and rules_rs provide
all_crate_depswhich reads all deps from theCargo.tomlfile.