mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
* 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
14 lines
358 B
TOML
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 }
|