| 123456789101112 |
- %% -*- mode: erlang -*-
- {erl_opts, [
- debug_info
- ]}.
- {deps, [
- {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.6"}}},
- {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}}
- ]}.
- {project_plugins, [erlfmt]}.
|