0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/examples/eventsource/rebar.config
Adam Cammack a302fe5007 Add EventSource example
Port from extend/cowboy_examples.
2013-02-16 02:26:32 -06:00

6 lines
169 B
Erlang

{deps, [
{cowboy, ".*",
{git, "git://github.com/extend/cowboy.git", "master"}},
{mimetypes, ".*",
{git, "git://github.com/spawngrid/mimetypes.git", "master"}}
]}.