core/features.lua
author Kim Alvefur <zash@zash.se>
Mon, 07 Mar 2022 00:35:29 +0100
changeset 12392 50fcd3879482
parent 12256 4bfe658415a0
child 12659 a5a0783e9241
child 13114 d5f322dd424b
permissions -rw-r--r--
spelling: non-existing mistakes (thanks timeless)

local set = require "util.set";

return {
	available = set.new{
		-- mod_bookmarks bundled
		"mod_bookmarks";
	};
};