Current section

Files

Jump to
rebar3_hex src rebar3_hex.app.src
Raw

src/rebar3_hex.app.src

{application, rebar3_hex,
[{description, "Hex.pm plugin for rebar3"}
,{vsn, "0.3.0"}
,{applications,
[kernel
,stdlib
,providers
,erlware_commons
,jsx
]}
,{contributors, ["Tristan Sloughter"]}
,{licenses, ["MIT"]}
,{links, [{"Github", "https://github.com/tsloughter/rebar3_hex"}]}
]}.