Sign in
apache
/
couchdb-lager
/
refs/tags/2.0.0rc2
/
.
/
rebar.config
blob: ab6b7a231c162df03adfaee285704f7751a01ffb [
file
] [
log
] [
blame
]
{
erl_opts
,
[
debug_info
]}.
{
erl_first_files
,
[
"src/lager_util.erl"
]}.
{
deps
,
[
{
goldrush
,
".*"
,
{
git
,
"git://github.com/DeadZen/goldrush.git"
,
{
tag
,
"7ff9b03"
}}}
]}.
{
cover_enabled
,
true
}.
{
edoc_opts
,
[{
stylesheet_file
,
"./priv/edoc.css"
}]}.