Current section
Files
Jump to
Current section
Files
src/kraft.app.src
{application,kraft,
[{description,"TBD"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{kraft_app,[]}},
{applications,[kernel,stdlib,cowboy,cowlib,bbmustache,jsx,mapz]},
{env,[{cache,#{template =>
{kraft_cache_ets,#{memory => infinity}}}}]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[]},
{exclude_files,["examples","priv/styles"]}]}.