Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
1be6994ca62ba897cb7cebf5cb6e9a1d551aca01
/
.
/
e2e
/
write_source_files
/
WORKSPACE
blob: b88998fdcc4887175c7a608694739af49cdd8443 [
file
] [
log
] [
blame
]
local_repository
(
name
=
"aspect_bazel_lib"
,
path
=
"../.."
,
)
load
(
"@aspect_bazel_lib//lib:repositories.bzl"
,
"aspect_bazel_lib_dependencies"
)
aspect_bazel_lib_dependencies
()
load
(
":test_extension.bzl"
,
"test_repo"
)
test_repo
(
name
=
"test"
)