fewd/ebin/fewd.app
Peter Harpending 71909e79b0 initial commit;
2025-09-16 14:41:39 -07:00

10 lines
378 B
Erlang

{application,fewd,
[{description,"Front End Web Dev in Erlang stuff"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[fd_client,fd_client_man,fd_client_sup,fd_clients,
fd_sup,fewd]},
{mod,{fewd,[]}}]}.