diff options
Diffstat (limited to 'src/ranch.app.src')
-rw-r--r-- | src/ranch.app.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ranch.app.src b/src/ranch.app.src index db1407d..87c6e56 100644 --- a/src/ranch.app.src +++ b/src/ranch.app.src @@ -13,7 +13,9 @@ %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. {application, ranch, [ + {id, "Ranch"}, {description, "Socket acceptor pool for TCP protocols."}, + {sub_description, "Reusable library for building networked applications."}, {vsn, "0.4.0"}, {modules, []}, {registered, [ranch_sup, ranch_server]}, |