source/projects/cram/BUILD
Reid 'arrdem' McKenzie 8deb1bed25 First cut at a cram tool
2021-10-10 21:41:01 -06:00

10 lines
175 B
Text

zapp_binary(
name = "cram",
main = "src/python/cram/__main__.py",
imports = [
"src/python"
],
deps = [
py_requirement("toposort"),
]
)