Relocate zapp to its own repo

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-12 12:51:50 -06:00
commit aa38cb33ee
13 changed files with 11 additions and 801 deletions

View file

@ -52,6 +52,12 @@ pip_install(
python_interpreter = "python3",
)
git_repository(
name = "rules_zapp",
remote = "https://github.com/arrdem/rules_zapp.git",
tag = "0.1.0",
)
####################################################################################################
# Postscript
####################################################################################################