iot_cloud/apps/endpoint/src/endpoint.app.src
2024-05-06 22:53:07 +08:00

16 lines
256 B
Erlang

{application, endpoint,
[{description, "An OTP application"},
{vsn, "0.1.0"},
{registered, []},
{mod, {endpoint_app, []}},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache-2.0"]},
{links, []}
]}.