0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/examples/web_server/rebar.config
Adam Cammack f112cdf643 Add a web server example
Explore re-routing in middleware.
2013-02-16 02:21:54 -06:00

8 lines
244 B
Erlang

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