Skip to content

Commit

Permalink
Create erl_slug.app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
drlinux committed Jan 5, 2015
1 parent 592336b commit 60b92da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/erl_slug.app.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{application, erl_slug,
[
{description, "Erlang slug generator module"},
{vsn, "0.0.1"},
{modules, [
erl_slug
]},
{registered, []},
{applications, [
kernel,
stdlib,
crypto,
]},
{env, []}
]}.

0 comments on commit 60b92da

Please sign in to comment.