rebar.config 158 B

123456
  1. {lib_dirs, [".."]}.
  2. {erl_opts, [nowarn_export_all]}.
  3. {deps_dir, ["deps"]}.
  4. {deps,[
  5. {active, ".*", {git, "git://github.com/synrc/active",{tag,"master"}}}
  6. ]}.