mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
path is absolute path
This commit is contained in:
parent
525c5b6239
commit
25671d3495
@ -86,7 +86,7 @@ The output has the following format:
|
|||||||
/* The file system path for a local path dependency.
|
/* The file system path for a local path dependency.
|
||||||
not present if not a path dependency.
|
not present if not a path dependency.
|
||||||
*/
|
*/
|
||||||
"path": "path/to/dep",
|
"path": "/path/to/dep",
|
||||||
/* A string of the URL of the registry this dependency is from.
|
/* A string of the URL of the registry this dependency is from.
|
||||||
If not specified or null, the dependency is from the default
|
If not specified or null, the dependency is from the default
|
||||||
registry (crates.io).
|
registry (crates.io).
|
||||||
|
@ -81,7 +81,7 @@ OUTPUT FORMAT
|
|||||||
/* The file system path for a local path dependency.
|
/* The file system path for a local path dependency.
|
||||||
not present if not a path dependency.
|
not present if not a path dependency.
|
||||||
*/
|
*/
|
||||||
"path": "path/to/dep",
|
"path": "/path/to/dep",
|
||||||
/* A string of the URL of the registry this dependency is from.
|
/* A string of the URL of the registry this dependency is from.
|
||||||
If not specified or null, the dependency is from the default
|
If not specified or null, the dependency is from the default
|
||||||
registry (crates.io).
|
registry (crates.io).
|
||||||
|
@ -86,7 +86,7 @@ The output has the following format:
|
|||||||
/* The file system path for a local path dependency.
|
/* The file system path for a local path dependency.
|
||||||
not present if not a path dependency.
|
not present if not a path dependency.
|
||||||
*/
|
*/
|
||||||
"path": "path/to/dep",
|
"path": "/path/to/dep",
|
||||||
/* A string of the URL of the registry this dependency is from.
|
/* A string of the URL of the registry this dependency is from.
|
||||||
If not specified or null, the dependency is from the default
|
If not specified or null, the dependency is from the default
|
||||||
registry (crates.io).
|
registry (crates.io).
|
||||||
|
@ -83,7 +83,7 @@ The output has the following format:
|
|||||||
/* The file system path for a local path dependency.
|
/* The file system path for a local path dependency.
|
||||||
not present if not a path dependency.
|
not present if not a path dependency.
|
||||||
*/
|
*/
|
||||||
"path": "path/to/dep",
|
"path": "/path/to/dep",
|
||||||
/* A string of the URL of the registry this dependency is from.
|
/* A string of the URL of the registry this dependency is from.
|
||||||
If not specified or null, the dependency is from the default
|
If not specified or null, the dependency is from the default
|
||||||
registry (crates.io).
|
registry (crates.io).
|
||||||
|
@ -1984,7 +1984,7 @@ fn deps_with_bin_only() {
|
|||||||
"rename": null,
|
"rename": null,
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"uses_default_features": true,
|
"uses_default_features": true,
|
||||||
"manifest_path": "[..]/bdep/Cargo.toml",
|
"manifest_path": "[..]/bdep",
|
||||||
"features": [],
|
"features": [],
|
||||||
"target": null,
|
"target": null,
|
||||||
"registry": null
|
"registry": null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user