{application, temporal_sdk, [
    {description, "Temporal Erlang and Elixir SDK"},
    {vsn, "0.1.18"},
    {mod, {temporal_sdk_app, []}},
    {env, []},
    {modules, []},
    {registered, []},
    {applications, [
        kernel,
        stdlib,
        os_mon,
        gun,
        opentelemetry_api,
        telemetry,
        uuid
    ]}
]}.
