init project
This commit is contained in:
parent
f294094dcb
commit
fac7e47771
14
apps/sdlan_assist/src/sdlan_assist.app.src
Normal file
14
apps/sdlan_assist/src/sdlan_assist.app.src
Normal file
@ -0,0 +1,14 @@
|
||||
{application, sdlan_assist, [
|
||||
{description, "An OTP application"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{mod, {sdlan_assist_app, []}},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
{env, []},
|
||||
{modules, []},
|
||||
{licenses, ["Apache-2.0"]},
|
||||
{links, []}
|
||||
]}.
|
||||
@ -1,6 +1,6 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, [
|
||||
{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}
|
||||
%{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}
|
||||
]}.
|
||||
|
||||
{relx, [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user