Packages

A fast and lightweight CSV parser and writer for Erlang

Current section

Files

Jump to
loki_csv rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
{apps, [loki_csv]}
]}.
{plugins, [
{rebar3_hex, "7.0.6"}
]}.
{profiles, [
{test, [
{deps, [
{meck, "0.9.2"}
]}
]}
]}.
{hex, [
{doc, #{provider => edoc}}
]}.