Current section
Files
Jump to
Current section
Files
src/defangle.app.src
{application, defangle, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Defangle is a Gleam library for defanging URLs, Emails, and IP addresses making URLs safe to share."},
{modules, [defangle]},
{registered, []}
]}.