init project

This commit is contained in:
anlicheng 2026-07-01 11:57:04 +08:00
parent f294094dcb
commit fac7e47771
2 changed files with 15 additions and 1 deletions

View 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, []}
]}.

View File

@ -1,6 +1,6 @@
{erl_opts, [debug_info]}. {erl_opts, [debug_info]}.
{deps, [ {deps, [
{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}} %{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}
]}. ]}.
{relx, [ {relx, [