Current section
Files
Jump to
Current section
Files
src/ywt_core.app.src
{application, ywt_core, [
{vsn, "1.2.0"},
{applications, [bigi,
gleam_json,
gleam_stdlib,
gleam_time]},
{description, "Types and decoders used in the ywt package."},
{modules, [ywt@algorithm,
ywt@claim,
ywt@internal@core,
ywt@internal@jwt,
ywt@sign_key,
ywt@verify_key,
ywt_core@@main,
ywt_core_ffi]},
{registered, []}
]}.