~jplatte/cargo-depgraph

6153b30b5cf90021587d6eade317e5d734cf8525 — Jonas Platte 2 years ago a97143d
Don't package example graphs
1 files changed, 1 insertions(+), 1 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +1 -1
@@ 9,7 9,7 @@ homepage = "https://sr.ht/~jplatte/cargo-depgraph/"
repository = "https://git.sr.ht/~jplatte/cargo-depgraph"
readme = "README.md"
categories = ["development-tools::cargo-plugins", "visualization"]
exclude = [".gitignore", ".rustfmt.toml"]
exclude = [".gitignore", ".rustfmt.toml", "*.png"]

[dependencies]
anyhow = "1.0.31"