-
Notifications
You must be signed in to change notification settings - Fork 304
Expand file tree
/
Copy pathMODULE.bazel
More file actions
19 lines (16 loc) · 944 Bytes
/
MODULE.bazel
File metadata and controls
19 lines (16 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module(name = "com_github_async_simple")
bazel_dep(name = "bazel_skylib", version = "1.8.2")
bazel_dep(name = "libaio", version = "0.3.113.bcr.0")
bazel_dep(name = "platforms", version = "1.0.0")
bazel_dep(name = "rules_cc", version = "0.2.16")
bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "google_benchmark", version = "1.9.5", dev_dependency = True, repo_name = "com_google_benchmark")
bazel_dep(name = "boringssl", version = "0.20250311.0", dev_dependency = True)
# Hedron's Compile Commands Extractor for Bazel
# https://github.com/hedronvision/bazel-compile-commands-extractor
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
commit = "1e08f8e0507b6b6b1f4416a9a22cf5c28beaba93",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)