diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 01:25:07 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 01:39:34 +0100 |
commit | 8604c98df53486208cdc15424aae9d9b2fef2d8e (patch) | |
tree | d7a8564846316028294a906d654db38b5313413d /MODULE.bazel | |
parent | 62cc4b468b4e8653d8ef523fc4081572c6c1c7d8 (diff) |
Apply licenses with rules_license
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 005fbbf..5d3777f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -6,6 +6,7 @@ module(name = "asl") bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "rules_cc", version = "0.0.17") +bazel_dep(name = "rules_license", version = "1.0.0") bazel_dep(name = "hedron_compile_commands", dev_dependency = True) git_override( |