mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 11:13:55 +00:00
6 lines
161 B
Erlang
6 lines
161 B
Erlang
{erl_opts, [debug_info]}.
|
|
{lib_dirs, ["deps"]}.
|
|
{deps, [
|
|
{ jsx, "1.2.1", {git, "https://github.com/talentdeficit/jsx.git", {tag, "v1.2.1"}}}
|
|
]}.
|