Skip to content

Commit a7862f8

Browse files
committed
Implement MODULE
1 parent e294939 commit a7862f8

File tree

3 files changed

+172
-1
lines changed

3 files changed

+172
-1
lines changed

MODULE.bazel

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module(
2+
name = "prometheus-cpp",
3+
version = "1.0.0.swiftnav",
4+
repo_name = "com_github_jupp0r_prometheus_cpp",
5+
)
6+
7+
bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3")
8+
bazel_dep(name = "civetweb", version = "1.16.bcr.3")
9+
bazel_dep(name = "curl", version = "7.82.0.swiftnav", repo_name = "com_github_curl")
10+
bazel_dep(name = "platforms", version = "0.0.10")
11+
bazel_dep(name = "rules_cc", version = "0.0.9")
12+
bazel_dep(name = "zlib", version = "1.3.1", repo_name = "net_zlib_zlib")
13+
14+
bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True, repo_name = "com_github_google_benchmark")
15+
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")

0 commit comments

Comments
 (0)