Current section
Files
Jump to
Current section
Files
src/gpop.app.src
{application, gpop, [
{vsn, "0.1.1"},
{applications, [gleam_crypto,
gleam_http,
gleam_json,
gleam_stdlib,
gleam_time,
youid]},
{description, "Attach DPoP proofs to your Requests"},
{modules, [gpop,
gpop@@main,
gpop_ffi]},
{registered, []}
]}.