about summary refs log tree commit diff
path: root/src/stomp.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/stomp.app.src')
-rw-r--r--src/stomp.app.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stomp.app.src b/src/stomp.app.src
new file mode 100644
index 0000000000..15c1f386e8
--- /dev/null
+++ b/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, []}}].