From 93772bdb35d65940cd11a9392e67910f176cbe24 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 29 Jan 2015 23:46:58 +0100 Subject: Added hackney application --- reltool.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reltool.config') diff --git a/reltool.config b/reltool.config index d3fa4da..e2928a7 100644 --- a/reltool.config +++ b/reltool.config @@ -14,6 +14,8 @@ {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]}, + {app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]}, + {app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]}, {app, lager, [{app_file, all}, {lib_dir, "../lager"}]}, {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]} ]}. -- cgit v1.1