source/projects/proquint/BUILD
Reid 'arrdem' McKenzie 1d028bbfbf Add a qint tool
2021-08-12 14:50:09 -06:00

17 lines
267 B
Text

py_project(
name = "proquint",
test_deps = [
py_requirement("hypothesis"),
],
)
zapp_binary(
name = "qint",
main = "src/python/proquint/__main__.py",
imports = [
"src/python",
],
deps = [
":proquint",
],
)