Current section
Files
Jump to
Current section
Files
src/scrapbook.app.src
{application, scrapbook, [
{vsn, "0.1.0"},
{applications, [decode,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "Gleam package that can scrape parts of Facebook."},
{modules, [scrapbook@event,
scrapbook@internal@event@url,
scrapbook@internal@html]},
{registered, []}
]}.