Skip to content

Commit

Permalink
cargo: Document that cargo subprojects is an experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
xclaesse committed Oct 11, 2023
1 parent ce970a3 commit 1b25a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/markdown/Wrap-dependency-system-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ foo-bar-1.0 = foo_bar_dep
```
### Cargo wraps

*This is experimental and has no backwards or forwards compatibility.*

Cargo subprojects automatically override the `<package_name>-rs` dependency name.
`package_name` is defined in `[package] name = ...` section of the `Cargo.toml`
and `-rs` suffix is added. That means the `.wrap` file should have
Expand Down

0 comments on commit 1b25a91

Please sign in to comment.