aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-03 13:07:14 +0200
committerLoïc Hoguin <[email protected]>2014-06-03 13:07:14 +0200
commitcb8972be1e62aad00db83e6f44abc3037bd5ce28 (patch)
tree6e92eded55b5f1514ca3c9309ca51464d1a05a4b /rebar.config
parentdf0b088ef7ccbe2d47353a56bcd67e4cf815c6a8 (diff)
downloadgun-cb8972be1e62aad00db83e6f44abc3037bd5ce28.tar.gz
gun-cb8972be1e62aad00db83e6f44abc3037bd5ce28.tar.bz2
gun-cb8972be1e62aad00db83e6f44abc3037bd5ce28.zip
Add a rebar.config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..fddb57f
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,4 @@
+{deps, [
+ {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "master"}},
+ {ranch, ".*", {git, "git://github.com/extend/ranch.git", "master"}}
+]}.