|
|
|
|
|
by TimNN
2745 days ago
|
|
You can use the `cargo graph` [0] command to get a graphviz view of the dependency graph. The `Cargo.lock` file which Cargo generates should also contain all the information you want in machine-readable form. [0]: https://github.com/kbknapp/cargo-graph |
|