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