Skip to content

Commit 198a176

Browse files
committed
cargo-rail: added petgraph && build WorkspaceGraph; implemented the algos needed and wired it up. Full '--git' integration.
1 parent 6ce9ec1 commit 198a176

File tree

15 files changed

+1429
-403
lines changed

15 files changed

+1429
-403
lines changed

Cargo.lock

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ anstyle = "1.0.13"
2323
# Workspace introspection
2424
cargo_metadata = "0.23.1"
2525

26+
# Graph analysis
27+
petgraph = "0.8.3"
28+
2629
# Lossless TOML editing (preserves formatting)
2730
toml_edit = { version = "0.23.7", features = ["serde"] }
2831

0 commit comments

Comments
 (0)