Current section
Files
Jump to
Current section
Files
src/grpcbox.app.src
{application,grpcbox,
[{description,"Erlang grpc server library based on chatterbox"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{grpcbox_app,[]}},
{applications,[kernel,stdlib,chatterbox,grpc_lib]},
{env,[]},
{modules,[]},
{maintainers,["Tristan Sloughter"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/tsloughter/grpcbox"}]}]}.