11 lines
175 B
Python
11 lines
175 B
Python
|
zapp_binary(
|
||
|
name = "cram",
|
||
|
main = "src/python/cram/__main__.py",
|
||
|
imports = [
|
||
|
"src/python"
|
||
|
],
|
||
|
deps = [
|
||
|
py_requirement("toposort"),
|
||
|
]
|
||
|
)
|