aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-07-20 17:38:10 +0200
committerLoïc Hoguin <[email protected]>2011-07-20 17:38:10 +0200
commitfa20273b37255a987e90fc68bea22cd29e404aaf (patch)
tree5dc08993dbfe24b352ae23084b05fd70ba44aa1c /rebar.config
parent293cf33702c8cad471989c1e08ce05323baadaf7 (diff)
downloadcowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.tar.gz
cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.tar.bz2
cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.zip
URL decode query strings
Should be good for both GET and POST query strings. This adds https://github.com/klaar/quoted.erl as a dependency. Props to klaar for this code.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
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,