Current section
Files
Jump to
Current section
Files
src/craterl.app.src
{application, craterl,
[
{description, "erlang client for crate"},
{vsn, "0.2.1"},
{registered, []},
{modules, [
bin_to_hex,
craterl,
craterl_blob,
craterl_config,
craterl_gen_server,
craterl_hash,
craterl_sql,
craterl_sup,
craterl_url
]},
{applications, [
kernel,
stdlib,
crypto,
jsx,
hackney
]},
{mod,
{craterl_app, []}
},
{env, []}
]
}.