about summary refs log tree commit diff
path: root/net/stomp_erl/src/stomp.app.src
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-21T01·20+0000
committerVincent Ambo <tazjin@google.com>2019-12-21T01·20+0000
commit32d16e2b02bd9ef112107ae5408a1f8fb7fc92c1 (patch)
tree0e70ed699a13f7b74cc681b54182cc6fa0af8f1e /net/stomp_erl/src/stomp.app.src
parentad0d127ab3ce0d56c275d8b5ea5f56b7a9e4c852 (diff)
chore(stomp.erl): Prepare for depot merge
Diffstat (limited to 'net/stomp_erl/src/stomp.app.src')
-rw-r--r--net/stomp_erl/src/stomp.app.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/stomp_erl/src/stomp.app.src b/net/stomp_erl/src/stomp.app.src
new file mode 100644
index 0000000000..baf0e271d1
--- /dev/null
+++ b/net/stomp_erl/src/stomp.app.src
@@ -0,0 +1,7 @@
+{application, stomp, [{description, "STOMP client for Erlang"},
+                      {vsn, "0.1.0"},
+                      {modules, [stomp_app, stomp_sup, stomp_worker]},
+                      {registered, [stomp_worker]},
+                      {env, []},
+                      {applications, [kernel, stdlib]},
+                      {mod, {stomp_app, []}}]}.