aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/rebar.config
diff options
context:
space:
mode:
authorPablo Vieytes <[email protected]>2013-01-23 15:05:35 +0100
committerPablo Vieytes <[email protected]>2013-01-30 10:11:39 +0100
commitb8a0a8963b97387bd7b03b610107aa502c7c791d (patch)
tree0f1845e7309444772d5471e8da3fb432eb1173bd /examples/websocket/rebar.config
parentd9b3727a628975dfcc8707e143e45884873e42cb (diff)
downloadcowboy-b8a0a8963b97387bd7b03b610107aa502c7c791d.tar.gz
cowboy-b8a0a8963b97387bd7b03b610107aa502c7c791d.tar.bz2
cowboy-b8a0a8963b97387bd7b03b610107aa502c7c791d.zip
add websocket example
Diffstat (limited to 'examples/websocket/rebar.config')
-rw-r--r--examples/websocket/rebar.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/websocket/rebar.config b/examples/websocket/rebar.config
new file mode 100644
index 0000000..6ad3062
--- /dev/null
+++ b/examples/websocket/rebar.config
@@ -0,0 +1,4 @@
+{deps, [
+ {cowboy, ".*",
+ {git, "git://github.com/extend/cowboy.git", "master"}}
+]}.