Current section

Files

Jump to
fuse src fuse.app.src
Raw

src/fuse.app.src

{application, fuse, [
{description, "A Circuit breaker implementation for Erlang"},
{vsn, "2.4.0"},
{modules, []},
{registered, [fuse_server, fuse_monitor, fuse_event, fuse_sup]},
{applications, [
kernel,
stdlib,
sasl
]},
{mod, {fuse_app, []}},
{env, [
{monitor, true}
]},
{maintainers, ["Jesper Louis Andersen"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/jlouis/fuse"}]}
]}.