Current section

Files

Jump to
raabta src yggdrasil.app.src
Raw

src/yggdrasil.app.src

{application, raabta,
[{description, "An OTP application"},
{vsn, "0.1.0"},
{registered, []},
{mod,[]},
{applications,
[kernel,
stdlib,
hackney,
jsx
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, [{"GitHub", "https://github.com/Kushal-kothari/raabta"}]}
]}.