Added app file
This commit is contained in:
parent
5431a85312
commit
103766e41a
1 changed files with 12 additions and 0 deletions
12
src/bloomerl.app.src
Normal file
12
src/bloomerl.app.src
Normal file
|
@ -0,0 +1,12 @@
|
|||
{application, bloomerl,
|
||||
[
|
||||
{description, "Bloom filters"},
|
||||
{vsn, "1.0.0"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
{mod, {bloomerl_app, []}},
|
||||
{env, []}
|
||||
]}.
|
Loading…
Reference in a new issue