Optional dependencies in Rust Bazel project
I am starting out with a Bazel project in Rust, without Cargo. I am trying to set up a feature-gated, optional dependency.
I am starting out with a Bazel project in Rust, without Cargo. I am trying to set up a feature-gated, optional dependency.