legendary-doc-site/apps/core/deps/connection/hex_metadata.config
2020-07-03 21:41:01 -05:00

11 lines
452 B
Text

{<<"app">>,<<"connection">>}.
{<<"build_tools">>,[<<"mix">>]}.
{<<"description">>,<<"Connection behaviour for connection processes">>}.
{<<"elixir">>,<<"~> 1.2">>}.
{<<"files">>,
[<<"lib/connection.ex">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}.
{<<"licenses">>,[<<"Apache 2.0">>]}.
{<<"links">>,[{<<"Github">>,<<"https://github.com/fishcakez/connection">>}]}.
{<<"name">>,<<"connection">>}.
{<<"requirements">>,[]}.
{<<"version">>,<<"1.0.4">>}.