Packages

An erlang/elixir SDK for Statsig feature gates and experiments

Current section

Files

Jump to
statsig src statsig.app.src
Raw

src/statsig.app.src

{application, statsig,
[{description, "Statsig SDK for erlang and elixir"},
{vsn, "0.0.1"},
{registered, []},
{mod, {statsig, []}},
{applications,
[kernel,
stdlib,
hackney
]},
{env,[]},
{modules, [gen_server, ets]},
{licenses, ["ISC"]},
{links, []}
]}.