Skip to content

Commit 9d36565

Browse files
committed
Add tool for visualizing crate hierarchy
1 parent 52e98ea commit 9d36565

File tree

4 files changed

+767
-0
lines changed

4 files changed

+767
-0
lines changed

tools/crate-hierarchy-viz/Cargo.lock

Lines changed: 377 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[package]
2+
name = "crate-hierarchy-viz"
3+
version = "0.1.0"
4+
edition = "2024"
5+
description = "Tool to visualize the crate hierarchy in the Graphite workspace"
6+
7+
[workspace]
8+
members = ["."]
9+
10+
[dependencies]
11+
serde = { version = "1.0", features = ["derive"] }
12+
toml = "0.8"
13+
anyhow = "1.0"
14+
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)