rebar-slex.config 139 B

12345678
  1. %% -*- mode: erlang -*-
  2. {deps,
  3. [{slex, ".*", {git, "git://github.com/erlydtl/slex.git", {tag, "0.2.1"}}}
  4. ]
  5. }.
  6. {plugins, [rebar_slex]}.