| module( | |
| name = "azure-storage-blobs-cpp", | |
| version = "12.13.0", | |
| bazel_compatibility = [">=7.2.1"], # need support for "overlay" directory | |
| compatibility_level = 0, | |
| ) | |
| bazel_dep(name = "azure-storage-common-cpp", version = "12.9.0") | |
| bazel_dep(name = "googletest", version = "1.16.0") | |
| bazel_dep(name = "platforms", version = "0.0.11") | |
| bazel_dep(name = "rules_cc", version = "0.0.17") |