aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftp/src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ftp/src')
-rw-r--r--lib/ftp/src/ftp.app.src13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/ftp/src/ftp.app.src b/lib/ftp/src/ftp.app.src
index ac9ae2ac53..b2e75fa2ba 100644
--- a/lib/ftp/src/ftp.app.src
+++ b/lib/ftp/src/ftp.app.src
@@ -8,9 +8,12 @@
stdlib
]},
{env,[]},
- {modules, []},
-
- {maintainers, []},
- {licenses, ["Apache 2.0"]},
- {links, []}
+ {modules, [
+ ftp,
+ ftp_app,
+ ftp_progress,
+ ftp_response,
+ ftp_sup
+ ]},
+ {runtime_dependencies, ["stdlib-3.5","kernel-6.0"]}
]}.