diff options
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/cargo-workspace.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/cargo-workspace.md b/docs/markdown/snippets/cargo-workspace.md index 04bf5d555..0b373903d 100644 --- a/docs/markdown/snippets/cargo-workspace.md +++ b/docs/markdown/snippets/cargo-workspace.md @@ -3,3 +3,8 @@ When parsing `Cargo.toml` files, Meson now recognizes workspaces and will process all the required members and any requested optional members of the workspace. + +For the time being it is recommended to regroup all Cargo dependencies inside a +single workspace invoked from the main Meson project. When invoking multiple +different Cargo subprojects from Meson, feature resolution of common +dependencies might be wrong. |
