rebar.config 314 B

12345678
  1. {sub_dirs,["apps"]}.
  2. {lib_dirs,["apps"]}.
  3. {deps_dir,"deps"}.
  4. {deps, [
  5. {shen, ".*", {git, "git://github.com/5HT/shen", {tag,"1.5.0"}}},
  6. {active, ".*", {git, "git://github.com/synrc/active", {tag,"0.5"}}},
  7. {avz, ".*", {git, "git://github.com/synrc/avz", {tag,"1.4.0"}}}
  8. ]}.