rockspec_format = "3.0" package = "panto-web" version = "scm-1" source = { -- Placeholder until the extension moves to its own repository. url = "git+https://example.invalid/panto-web.git", } description = { summary = "Web fetch and search tools for pantograph", detailed = [[ Keyless web access for the panto CLI: web.fetch returns readable text from public HTTP(S) URLs and web.search searches Exa's public MCP endpoint. Load by adding "panto-web" to `extensions.rocks` in panto's config.toml. ]], license = "MIT", } dependencies = { "lua >= 5.4, < 5.5", } build = { type = "builtin", modules = { ["panto-web"] = "panto-web/init.lua", }, }