replace pwd in rust-project.json output #1 (#2272)

The generated content uses ${pwd} and in the rust-analyzer server output
I see error logs saying can't find dir with ${pwd} references

Though I'm not sure if this actually affect anything as it seems work
fine most of the time, but I think it maybe good to not have
rust-analyzer errors
1 file changed
tree: bc6db4ef33f2326eff30e74132e0737357a8e1c5
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. cargo/
  6. crate_universe/
  7. docs/
  8. examples/
  9. ffi/
  10. proto/
  11. rust/
  12. test/
  13. tools/
  14. util/
  15. wasm_bindgen/
  16. .bazelignore
  17. .bazelrc
  18. .clang-format
  19. .gitattributes
  20. .gitignore
  21. .rustfmt.toml
  22. ARCHITECTURE.md
  23. AUTHORS
  24. BUILD.bazel
  25. CODEOWNERS
  26. COMPATIBILITY.md
  27. CONTRIBUTING.md
  28. CONTRIBUTORS
  29. LICENSE.txt
  30. MODULE.bazel
  31. README.md
  32. version.bzl
  33. WORKSPACE.bazel
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.