Skip to main content

src/wa_raft.app.src

{application,wa_raft,
             [{description,"Erlang implementation of RAFT Consensus Protocol"},
              {vsn,"0.1.0"},
              {licenses,["Apache-2.0"]},
              {pkg_name,ferricstore_waraft},
              {links,[{"GitHub","https://github.com/ferricstore/waraft"}]},
              {modules,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {mod,{wa_raft_app,[]}}]}.