aboutsummaryrefslogtreecommitdiff
path: root/src/lua
AgeCommit message (Collapse)Author
2022-10-28refactor: some linter fixesMartin Fischer
2022-10-28drop gitpad.decode_toml Lua functionMartin Fischer
The function made sense when we had Lua shebangs but now that they have been removed, the function doesn't make much sense anymore.
2022-10-28implement lua-based templatesMartin Fischer
2022-08-14add gitpad.decode_toml lua methodMartin Fischer
We are vendoring the rlua_serde crate because it currently depends on rlua 0.17, which is outdated and my attempts to contact the crate author were bounced by Yandex for somehow looking like spam.