diff options
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 |