Current section
Files
Jump to
Current section
Files
src/fuse.app.src
{application, fuse, [
{description, "A Circuit breaker implementation for Erlang"},
{vsn, "2.1.0"},
{modules, []},
{registered, [fuse_server, fuse_monitor, fuse_event]},
{applications, [
kernel,
stdlib,
sasl
]},
{mod, {fuse_app, []}},
{env, []},
{maintainers, ["Jesper Louis Andersen"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/jlouis/fuse"}]}
]}.