Initial deeply busted Lilith state for LangJam

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-20 23:16:59 -06:00
commit 9514e9ddae
7 changed files with 270 additions and 0 deletions
projects/lilith

9
projects/lilith/BUILD Normal file
View file

@ -0,0 +1,9 @@
py_project(
name = "lilith",
lib_deps = [
],
test_deps = [
py_requirement("hypothesis"),
]
)