Current section

Files

Jump to
erqwest src erqwest.app.src
Raw

src/erqwest.app.src

{application,erqwest,
[{description,"An erlang HTTP client wrapping reqwest"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{erqwest_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{files,["native","src","rebar.config","LICENSE"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/dlesl/erqwest"}]}]}.