diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-01 16:50:27 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-01 16:50:27 +0100 |
commit | c5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea (patch) | |
tree | b07eaf3769349074835bbac35b3c47f847cc01b7 /manifest-reference.md | |
parent | 0aeedd8615f5528ee7961872e1de88ff214f5e3f (diff) | |
download | fpm-c5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea.tar.gz fpm-c5bff73a2e2c7a8fab688eee8a369f7cd7cff2ea.zip |
Clarify limits of dependencies table support
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 4 |
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 |