aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-29 15:36:17 +0200
committerLoïc Hoguin <[email protected]>2014-04-29 15:36:17 +0200
commit087287fb57acd4031d1427a76f983d79a7ff2f1c (patch)
treeaed0ffdc4c5ae6319702a1ee7bfb4d542e91114e
parent060cbb52a5cea22c7b0e83d819a31a41e17456fd (diff)
downloadgun-087287fb57acd4031d1427a76f983d79a7ff2f1c.tar.gz
gun-087287fb57acd4031d1427a76f983d79a7ff2f1c.tar.bz2
gun-087287fb57acd4031d1427a76f983d79a7ff2f1c.zip
Add cowlib in the .app deps for release inclusion
-rw-r--r--src/gun.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gun.app.src b/src/gun.app.src
index 43b2b54..cb9f2c0 100644
--- a/src/gun.app.src
+++ b/src/gun.app.src
@@ -21,6 +21,7 @@
kernel,
stdlib,
ranch,
+ cowlib,
ssl
]},
{mod, {gun_app, []}},