forgot to add dep on net

This commit is contained in:
Ryan Ward 2018-07-25 12:20:21 -04:00
parent d1507219ff
commit bbce42f0aa

View File

@ -15,7 +15,8 @@ description = {
dependencies = {
"lua >= 5.1",
"bin",
"lanes"
"lanes",
"lua-net"
}
build = {
type = "builtin",