Packages

Rebar3 plugin to generate client for eetcd

Current section

Files

Jump to
rebar3_eetcd_plugin_fork src rebar3_eetcd_plugin.app.src
Raw

src/rebar3_eetcd_plugin.app.src

{application,rebar3_eetcd_plugin,
[{description,"Rebar3 plugin to generate client for eetcd"},
{vsn,"0.4.0"},
{registered,[]},
{applications,[kernel,stdlib,gpb,providers]},
{env,[]},
{modules,[]},
{pkg_name,"rebar3_eetcd_plugin_fork"},
{licenses,["Apache-2.0"]},
{links,[{"Github",
"https://github.com/zhongwencool/rebar3_eetcd_plugin"},
{"Fork",
"https://github.com/belltoy/rebar3_eetcd_plugin/releases/tag/v0.4.0-fork"}]}]}.