aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-01 16:50:27 +0100
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-01 16:50:27 +0100
commitc5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea (patch)
treeb07eaf3769349074835bbac35b3c47f847cc01b7 /manifest-reference.md
parent0aeedd8615f5528ee7961872e1de88ff214f5e3f (diff)
downloadfpm-c5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea.tar.gz
fpm-c5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea.zip
Clarify limits of dependencies table support
Diffstat (limited to 'manifest-reference.md')
-rw-r--r--manifest-reference.md4
1 files changed, 4 insertions, 0 deletions
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