rebar.config 215 B

123456
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {jsx, {git, "https://github.com/talentdeficit/jsx", {tag, "v3.1.0"}}},
  5. {erlavro, {git, "https://github.com/emqx/erlavro.git", {tag, "2.10.0"}}}
  6. ]}.