Current section
Files
Jump to
Current section
Files
src/temporal_sdk.app.src
{application,temporal_sdk,
[{description,"Temporal Erlang SDK"},
{vsn,"0.1.0"},
{mod,{temporal_sdk_app,[]}},
{env,[]},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,os_mon,gun,opentelemetry_api,
opentelemetry_api_experimental,telemetry,uuid]},
{licenses,["BUSL-1.1"]},
{links,[{"GitHub",
"https://github.com/andrzej-mag/temporal_sdk"}]},
{files,["include","src","rebar.config","LICENSE*","README*"]}]}.