Current section
Files
Jump to
Current section
Files
src/lhc.app.src
{application,lhc,
[{description,"LFE Little HTTP Client"},
{vsn,"0.4.0"},
{modules,[lhc]},
{registered,[]},
{applications,[kernel,stdlib,inets,ssl]},
{included_applications,[]},
{env,[]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfe-http/lhc"},
{"Gitlab","https://gitlab.com/lfex/lhc"},
{"Hex","https://hex.pm/packages/lhc"}]},
{exclude_files,["priv/html/*","priv/images/*",
"priv/mdbook/*"]}]}.