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