We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab59c81 commit 630067eCopy full SHA for 630067e
src/doc/src/reference/specifying-dependencies.md
@@ -113,7 +113,8 @@ rand = { git = "https://github.com/rust-lang-nursery/rand" }
113
114
Cargo will fetch the `git` repository at this location then look for a
115
`Cargo.toml` for the requested crate anywhere inside the `git` repository
116
-(not necessarily at the root).
+(not necessarily at the root - for example, specifying a member crate name
117
+of a workspace and setting `git` to the repository containing the workspace).
118
119
Since we haven’t specified any other information, Cargo assumes that
120
we intend to use the latest commit on the `master` branch to build our package.
0 commit comments