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 2e3a74c commit 1667b99Copy full SHA for 1667b99
src/doc/man/cargo-pkgid.md
@@ -81,5 +81,9 @@ Get the package ID for the given package instead of the current package.
81
82
cargo pkgid https://github.com/rust-lang/crates.io-index#foo
83
84
+4. Retrieve package specification for `foo` from a local package:
85
+
86
+ cargo pkgid file:///path/to/local/package#foo
87
88
## SEE ALSO
89
{{man "cargo" 1}}, {{man "cargo-generate-lockfile" 1}}, {{man "cargo-metadata" 1}}
0 commit comments