0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/examples/rest_hello_world/rebar.config

5 lines
86 B
Text
Raw Normal View History

2012-07-22 04:46:05 +02:00
{deps, [
{cowboy, ".*",
{git, "git://github.com/extend/cowboy.git", "master"}}
]}.