ejabberd-contrib/ejabberd_auth_http/deps/fusco/src/fusco.app.src

14 lines
485 B
Plaintext
Raw Normal View History

%%%=============================================================================
%%% @copyright (C) 1999-2013, Erlang Solutions Ltd
%%% @author Diana Corbacho <diana.corbacho@erlang-solutions.com>
%%%=============================================================================
{application, fusco,
[{description, "Fast and Ultra Slim Connection Oriented HTTP Client"},
{vsn, "0.0.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, ssl]},
{env, []}
]}.