diff options
author | Magnus Ahltorp <map@kth.se> | 2015-01-29 23:46:58 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-02-19 13:13:48 +0100 |
commit | 7ba6f292cf85f89c1034929abb007c05a9fafbdd (patch) | |
tree | 6576c8f84af0fa57b3c27983adf0d0d20e2355d1 /reltool.config | |
parent | 9bcbfd787e02d93c1dbe55931b262119501728b0 (diff) |
Added hackney application
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 2 |
1 files changed, 2 insertions, 0 deletions
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"}]} ]}. |