mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-04 23:43:24 +00:00
21 lines
278 B
Lua
21 lines
278 B
Lua
globals = {
|
|
"otp"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Minetest
|
|
"minetest", "vector", "ItemStack",
|
|
"dump", "dump2",
|
|
"VoxelArea",
|
|
|
|
-- testing
|
|
"mtt"
|
|
}
|
|
|
|
files["qrencode.lua"] = {
|
|
ignore = {"631"}
|
|
} |