source/projects/shogoth/BUILD
Reid D. 'arrdem' McKenzie feb6980d4f A bytecode VM sketch
2022-03-29 01:29:18 -06:00

7 lines
142 B
Text

py_project(
name = "shogoth",
main = "src/python/shogoth/repl/__main__.py",
lib_deps = [
py_requirement("lark"),
],
)