rebar.config 209 B

1234
  1. {deps_dir,"deps"}.
  2. {erl_opts, [nowarn_export_all]}.
  3. {deps, [%{ling, ".*", {git, "git://github.com/cloudozer/ling", {tag, "master"}}},
  4. {sh, ".*", {git, "git://github.com/synrc/sh", {tag, "2.10"}}}]}.