Files
Graphite/tools/crate-hierarchy-viz/Cargo.toml
Dennis Kobert 406f3d93f3 Add tool for visualizing crate hierarchy (#3315)
* Add tool for visualizing crate hierarchy

* Update crate structure

* Restructure crate viz and integrate crate into workspace

* Remove transitive dependency edges

* Move png / svg creation into the rust binary
2025-11-28 15:34:45 +00:00

14 lines
358 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 }
clap = { workspace = true, features = ["derive"] }
toml = "0.8"
anyhow = { workspace = true }