src/rebar_calzone.app.src

{application,rebar_calzone,
             [{description,"Rebar3 plugin for packaging escripts as Calzone binaries"},
              {vsn,"1.0.1"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {modules,[]},
              {licenses,["Apache-2.0"]},
              {links,[{"GitHub",
                       "https://github.com/stritzinger/rebar_calzone"},
                      {"Changelog",
                       "https://github.com/stritzinger/rebar_calzone/blog/main/CHANGELOG.md"}]}]}.