11 lines
414 B
Erlang
11 lines
414 B
Erlang
{require_otp_vsn, "17"}.
|
|
|
|
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
|
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
|
{edoc_opts, [{dir, "./edoc"}]}.
|
|
|
|
{deps, [
|
|
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.1"}}},
|
|
{protobuffs, "0.8.*", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p4"}}}
|
|
]}.
|
|
|