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

1
Cargo.lock generated
View File

@@ -803,6 +803,7 @@ dependencies = [
"serde",
"serde_json",
"syn",
"tempfile",
"walkdir",
]