-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrebar.config
15 lines (14 loc) · 886 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{sub_dirs,["apps"]}.
{deps_dir,"deps"}.
{deps, [
{erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
{cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag, "1.0.1"} }},
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag, "0.3"} }},
{fs, ".*", {git, "git://github.com/synrc/fs", {tag, "1.9"} }},
{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "1.9"} }},
{mad, ".*", {git, "git://github.com/synrc/mad", {tag, "1.9"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag, "1.9"} }},
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag, "0.9"} }},
{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag, "2.9"} }},
{hackney, ".*", {git, "git://github.com/benoitc/hackney.git", {branch, "master"} }}
]}.