aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/gun.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/gun.app')
-rw-r--r--ebin/gun.app9
1 files changed, 9 insertions, 0 deletions
diff --git a/ebin/gun.app b/ebin/gun.app
new file mode 100644
index 0000000..cd61220
--- /dev/null
+++ b/ebin/gun.app
@@ -0,0 +1,9 @@
+{application, gun, [
+ {description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
+ {vsn, "1.0.0-pre.2"},
+ {modules, ['gun','gun_app','gun_http','gun_http2','gun_spdy','gun_sup','gun_ws']},
+ {registered, [gun_sup]},
+ {applications, [kernel,stdlib,ssl,cowlib,ranch]},
+ {mod, {gun_app, []}},
+ {env, []}
+]}. \ No newline at end of file