Skip to content

Commit

Permalink
Clarify docs on workspace members
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 14, 2017
1 parent bf0b81a commit 8139a5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,12 @@ as:
```toml
[workspace]

# Optional key, inferred if not present
# Optional key, inferred from path dependencies if not present.
# Additional non-path dependencies that should be included must be given here.
# In particular, for a virtual manifest, all members have to be listed.
members = ["path/to/member1", "path/to/member2", "path/to/member3/*"]

# Optional key, empty if not present
# Optional key, empty if not present.
exclude = ["path1", "path/to/dir2"]
```

Expand Down

0 comments on commit 8139a5d

Please sign in to comment.