iot_cloud/apps/iot/src/iot.app.src
2025-04-21 17:30:48 +08:00

37 lines
499 B
Erlang

{application, iot,
[{description, "An OTP application"},
{vsn, "0.1.0"},
{registered, []},
{mod, {iot_app, []}},
{applications,
[
sync,
eredis,
ranch,
cowboy,
lager,
jiffy,
parse_trans,
hackney,
poolboy,
mysql,
gpb,
esockd,
endpoint,
mnesia,
crypto,
public_key,
ssl,
erts,
runtime_tools,
observer,
kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.