diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 9a17367..476ddd6 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,8 @@ {cover_enabled, true}. +{deps, [ + {quoted, "1.0.0", + {git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}} +]}. {erl_opts, [ %% bin_opt_info, %% warn_missing_spec, |