Files
Graphite/tools/crate-hierarchy-viz/Cargo.toml
Keavon Chambers d9214c7292 Add the crate dependency graph visualization to the contributor guide (#3907)
* Add the crate dependency graph visualization to the contributor guide

* Code review fixes

* And more
2026-03-17 01:35:56 -07:00

14 lines
320 B
TOML

[package]
name = "crate-hierarchy-viz"
description = "Tool to visualize the crate hierarchy in the Graphite workspace"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
serde = { workspace = true }
toml = "0.8"
anyhow = { workspace = true }
glob = "0.3"