cat-bookmarker/deps/cowboy_telemetry/rebar.config

7 lines
122 B
Plaintext
Raw Normal View History

2024-03-10 18:52:04 +00:00
{erl_opts, [debug_info]}.
{project_plugins, [rebar3_hex]}.
{deps, [
{telemetry, "~> 1.0"},
{cowboy, "~> 2.7"}
]}.