aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-22 04:21:33 -0700
committerFuwn <[email protected]>2022-05-22 04:21:33 -0700
commit16cb282ad266674de090cc5c6439944e242074c5 (patch)
treee067967f45c880053fe3063642f0167689c32ddf /WORKSPACE
downloadrules_cobol-0.1.0.tar.xz
rules_cobol-0.1.0.zip
feat(0.1.0): initial releaseHEAD0.1.0main
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
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()