2024-06-03 22:54:05 +03:00

5 lines
167 B
Lua

print("WARNING: toml is replaced with built-in library, just remove 'require \"core:toml\"'")
toml.serialize = toml.tostring
toml.deserialize = toml.parse
return toml