| """rsync MODULE.bazel file""" | |
| module( | |
| name = "rsync", | |
| version = "3.4.1", | |
| bazel_compatibility = [">=7.2.1"], | |
| ) | |
| bazel_dep(name = "rules_cc", version = "0.2.16") | |
| bazel_dep(name = "openssl", version = "3.5.4.bcr.0") | |
| bazel_dep(name = "zstd", version = "1.5.7") | |
| bazel_dep(name = "lz4", version = "1.10.0.bcr.1") | |
| bazel_dep(name = "xxhash", version = "0.8.3.bcr.1") |