diff options
| author | Fuwn <[email protected]> | 2022-05-22 04:21:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-22 04:21:33 -0700 |
| commit | 16cb282ad266674de090cc5c6439944e242074c5 (patch) | |
| tree | e067967f45c880053fe3063642f0167689c32ddf /WORKSPACE | |
| download | rules_cobol-main.tar.xz rules_cobol-main.zip | |
Diffstat (limited to 'WORKSPACE')
| -rw-r--r-- | WORKSPACE | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE new file mode 100644 index 0000000..46e8c07 --- /dev/null +++ b/WORKSPACE @@ -0,0 +1,5 @@ +workspace(name = "io_bazel_rules_cobol") + +load("//cobol:deps.bzl", "cobol_rules_dependencies") + +cobol_rules_dependencies() |