{application, stytch_codecs, [
    {vsn, "1.0.0-rc1"},
    {applications, [gleam_json,
                    gleam_stdlib]},
    {description, "Shared types for use with the Stytch Authentication API. Magic Link and Passcode auth supported. For use with stytch_client package."},
    {modules, [stytch_codecs,
               stytch_codecs@@main]},
    {registered, []}
]}.
