TraceMachina / nativelink

Bazel RBE with CAS server implementation in Rust. The free and open source cache and remote execution service, prioritizing stability and speed for the people that need it.
https://docs.nativelink.com
Apache License 2.0
236 stars 46 forks source link

Add `workspace.members` to root Cargo.toml #1018

Closed caass closed 2 weeks ago

caass commented 2 weeks ago

Description

Without this set, Rust Analyzer has trouble picking up changes to tests. This should make it understand our crate structure better.

Type of change

Please delete options that aren't relevant.

How Has This Been Tested?

By seeing if rust-analyzer picks up changes to tests now.

Checklist


This change is Reviewable