'What does the asterisk / star (*) at the end of a cargo tree output represent?
Solution 1:[1]
From https://doc.rust-lang.org/cargo/commands/cargo-tree.html#description:
Packages marked with (*) have been "de-duplicated". The dependencies for the package have already been shown elsewhere in the graph, and so are not repeated. Use the --no-dedupe option to repeat the duplicates.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Chayim Friedman |