Create rules to load external dependencies (#48)

Create rules to load external dependencies and add name in WORKSPACE

Use fuzzing/repositories.bzl to load the dependencies and
load the transitive dependencies in WORKSPACE

Signed-off-by: tengpeng <tengpeng.li2020@gmail.com>

	modified:   WORKSPACE
	new file:   repositories.bzl
2 files changed
tree: 99d36ea30e463cd6d80950ae906f9e798439ac9c
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.