legendary-doc-site/apps/core/deps/connection/hex_metadata.config

12 lines
452 B
Text
Raw Normal View History

2020-07-04 02:41:01 +00:00
{<<"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">>}.