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