aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-05 14:17:30 +0200
committerLoïc Hoguin <[email protected]>2016-11-05 14:17:30 +0200
commitfaca7866ed1c59cd41e11fcfc5a9f95378380497 (patch)
tree7e33284b3426083154b7a1d52ae5db8996212739 /rebar.config
parent8fe700f341d324c44f6c5f196f8c699c85ee6d78 (diff)
downloadcowboy-faca7866ed1c59cd41e11fcfc5a9f95378380497.tar.gz
cowboy-faca7866ed1c59cd41e11fcfc5a9f95378380497.tar.bz2
cowboy-faca7866ed1c59cd41e11fcfc5a9f95378380497.zip
Partially update manual for the cowboy_req
Only the access functions have been modified so far.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 6fbd3d8..899a7c8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,2 +1,4 @@
-{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.2.1"}}]}.
+{deps, [
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.2.1"}}
+]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_export_all,warn_missing_spec,warn_untyped_record]}.