Current section
Files
Jump to
Current section
Files
src/starfeeds.app.src
{application, starfeeds, [
{vsn, "1.1.0"},
{applications, [birl,
gleam_json,
gleam_stdlib]},
{description, "Star feeds is a gleam package for json feed generator"},
{modules, [starfeeds@@main,
starfeeds@feed,
starfeeds@json_feed,
starfeeds@rss_feed,
starfeeds@types]},
{registered, []}
]}.