{erl_opts, [debug_info, warnings_as_errors]}.

{deps, [
    {tok,  "0.2.0"},
    {onyx, "0.1.0"},
    {kvex, "0.2.1"}
]}.

{profiles, [
    {test, [{erl_opts, [nowarn_export_all]}]}
]}.

{shell, [{apps, [emb]}]}.

{hex, [
    {doc, edoc},
    {licenses, ["Apache-2.0"]},
    {links, [{"GitHub", "https://github.com/roquess/emb"}]}
]}.
