Files
fc/server/zone/dev_2/goldrush.app
T
2026-05-23 22:10:14 +08:00

11 lines
314 B
Erlang

%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 et
{application, goldrush, [
{description, "Erlang event stream processor"},
{vsn, "0.1.9"},
{registered, []},
{applications, [kernel, stdlib, syntax_tools, compiler]},
{mod, {gr_app, []}},
{env, []}
]}.