feat(rockspec): Ship mbox parser with LuaRocks, already packaged in some distros

Closes #324
This commit is contained in:
Caleb Maclennan 2023-11-11 00:42:44 +03:00
parent 8a5368b659
commit c93f9154e1
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ local function make_plat(plat)
["socket.smtp"] = "src/smtp.lua",
ltn12 = "src/ltn12.lua",
socket = "src/socket.lua",
mbox = "src/mbox.lua",
mime = "src/mime.lua"
}
if plat == "unix"