aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
blob: 9071343b8b99865c05dc728f65bfd12cc956a194 (plain)
1
2
3
4
5
6
7
{erl_opts, [debug_info]}.
{deps, [{fs, "11.4.1"}]}.

{shell, [
    %% {config, "config/sys.config"},
    {apps, [xdg_pipe_menu]}
]}.