summaryrefslogtreecommitdiff
path: root/deps/fabric/src/fabric.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'deps/fabric/src/fabric.app.src')
-rw-r--r--deps/fabric/src/fabric.app.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/fabric/src/fabric.app.src b/deps/fabric/src/fabric.app.src
new file mode 100644
index 00000000..a1cbb2c8
--- /dev/null
+++ b/deps/fabric/src/fabric.app.src
@@ -0,0 +1,6 @@
+{application, fabric, [
+ {description, "Routing and proxying layer for CouchDB cluster"},
+ {vsn, git},
+ {registered, []},
+ {applications, [kernel, stdlib, couch, rexi, mem3, twig]}
+]}.