egs/src/egs.app.src

17 lines
254 B
Plaintext
Raw Normal View History

%%-*- mode: erlang -*-
{application, egs, [
{description, "EGS online action-RPG game server"},
{vsn, "0.9"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
crypto,
ssl,
mnesia
]},
{mod, {egs_app, []}},
{env, []}
]}.