aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_echo/rebar.config')
-rw-r--r--examples/tcp_echo/rebar.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tcp_echo/rebar.config b/examples/tcp_echo/rebar.config
new file mode 100644
index 0000000..78300c9
--- /dev/null
+++ b/examples/tcp_echo/rebar.config
@@ -0,0 +1,4 @@
+{deps, [
+ {ranch, ".*",
+ {git, "git://github.com/extend/ranch.git", "master"}}
+]}.