fix(notgraph): sanitize hyphenated crate IDs in Mermaid output; add graph feature integration tests

This commit is contained in:
Joseph O'Brien
2026-04-03 11:44:20 -04:00
parent 82f84d52bb
commit b4bb5760d6
4 changed files with 175 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ path = "src/lib.rs"
name = "notgraph"
path = "src/main.rs"
[dev-dependencies]
tempfile = { workspace = true }
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }