14 lines
320 B
TOML
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"
|