diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-11-14 15:55:45 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-11-27 10:18:48 +0100 |
commit | 576cef0810e78805e4ac5d8b019e4773bc58bebb (patch) | |
tree | d2132be5fab3f74fbc00a0b9e61fab6440a4781b /doc/interoperability/rust-from-c/foo/foo.rs | |
parent | 433d4a4b8360ee96021ebf6ee3069fd31387a5d1 (diff) | |
download | rules-rust-576cef0810e78805e4ac5d8b019e4773bc58bebb.tar.gz |
just-import-cargo: handle special case when a local repository is staged...
...in a directory with the same name of the crate. If crate "foo",
version 1.0.0 is staged in directory "/dir/bar", it will reported in
the output of `cargo metadata` as
path+file:///dir/bar#foo@1.0.0
However, if the same crate "foo" is staged is "/dir/foo", `cargo
metadata` will report
path+file:///dir/foo#1.0.0
Diffstat (limited to 'doc/interoperability/rust-from-c/foo/foo.rs')
0 files changed, 0 insertions, 0 deletions