[roll] Roll fuchsia [build][bazel][rust] Add tinyjson crate.

See OSRB approval at https://fxbug.dev/114067

The tinyjson crate is an implicit dependency of the @rules_rust
repository. This CL adds its to our third_party crates, and modifies
the template.WORKSPACE.bazel file to create a local override.

Doing this allows building Rust binaries with download restrictions
enabled. To test it:

  fx build bazel_workspace
  fx bazel build //src/lib/zircon/rust:*

Which previously failed with an error complaining about the download.

Original-Bug: 112781
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/753382
Original-Revision: 449f8979db0cd676c0394e2b4eb19ea8904ce269
GitOrigin-RevId: 27597291d77095c64f78a01201694d5c7e9edf69
Change-Id: I13f0d54f4504fe3d77870fe044a510858bada0a5
1 file changed
tree: 0c734d6c532bfaea256c430c71dd2f89291d35ea
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.