aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 3eb4d45..7d9769c 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -3,5 +3,6 @@
{vsn, "1.3.0"},
{modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_uri','cow_ws']},
{registered, []},
- {applications, [kernel,stdlib,crypto]}
+ {applications, [kernel,stdlib,crypto]},
+ {env, []}
]}. \ No newline at end of file