6165bbf021
When specifying `cbindgen` as a dependency via git, several 'skipping duplicate package' warnings pop up regarding some of the test crates. The warning seems to be spurious given that the test packages aren't needed when depending on `cbindgen` (see https://github.com/rust-lang/cargo/issues/10752), but while a fix is being considered for Cargo, this commit disambiguates the duplicated package names by referring to their relative paths.
15 lines
232 B
TOML
15 lines
232 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "dep-2"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"dep-2-dep",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dep-2-dep"
|
|
version = "0.1.0"
|