Files
codeql/WORKSPACE.bazel
2022-04-12 16:03:20 +02:00

13 lines
305 B
Python

# Please notice that any bazel targets and definitions in this repository are currently experimental
# and for internal use only.
workspace(name = "ql")
load("//misc/bazel:workspace.bzl", "ql_workspace")
ql_workspace()
load("//misc/bazel:workspace_deps.bzl", "ql_workspace_deps")
ql_workspace_deps()