Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt committed Jul 14, 2024
1 parent f7c447b commit 05873a9
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions src/jargon.app.src
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{application, jargon,
[{description, "Modern Argon2 password hashing for Erlang"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, [jargon]},

{maintainers, []},
{licenses, ["MIT"]},
{links, [
{"GitHub", "https://github.com/Pevensie/jargon"}
]},
{files, ["src", "c_src", "priv", "rebar.config", "rebar.lock", "README.md", "LICENSE", "argon2/src", "argon2/include", "Makefile*"]}
]}.
{application,jargon,
[{description,"Modern Argon2 password hashing for Erlang"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[jargon]},
{maintainers,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/Pevensie/jargon"}]},
{files,["src","c_src","priv","rebar.config","rebar.lock",
"README.md","LICENSE","argon2/src","argon2/include",
"Makefile*"]}]}.

0 comments on commit 05873a9

Please sign in to comment.