diff --git a/rebar.config b/rebar.config index 21b11b6..db18a63 100644 --- a/rebar.config +++ b/rebar.config @@ -6,6 +6,8 @@ warn_obsolete_guard ]}. +{deps, []}. + {profiles, [ {eqc, [{erl_opts, [{d, 'EQC_TESTING'}, debug_info, nowarn_export_all]} ]}, {test, [{erl_opts, [nowarn_export_all, debug_info]} ]} diff --git a/src/fuse.app.src b/src/fuse.app.src index 71ffbc6..a3db437 100644 --- a/src/fuse.app.src +++ b/src/fuse.app.src @@ -9,5 +9,9 @@ sasl ]}, {mod, {fuse_app, []}}, - {env, []} + {env, []}, + + {contributors, ["Jesper Louis Andersen", "Thomas Arts"]}, + {licenses, ["MIT"]}, + {links, [{"Github", "https://github.com/jlouis/fuse"}]} ]}.