From c5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 1 Nov 2020 16:50:27 +0100 Subject: Clarify limits of dependencies table support --- manifest-reference.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifest-reference.md') diff --git a/manifest-reference.md b/manifest-reference.md index cce4fca..e72c377 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -226,6 +226,8 @@ The source file containing the program body can be specified in the *main* entry Executables can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. +> Dependencies supported in Bootstrap fpm only + *Example:* ```toml @@ -263,6 +265,8 @@ The source file containing the program body can be specified in the *main* entry Tests can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. +> Dependencies supported in Bootstrap fpm only + *Example:* ```toml -- cgit v1.2.3