feat(notgraph): scaffold crate with lib+bin targets

This commit is contained in:
Joseph O'Brien
2026-04-02 02:23:46 -04:00
parent 90a1de4e06
commit f9bd96530e
5 changed files with 28 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ members = [
"crates/notsecrets",
"crates/nothooks",
"crates/notstrap",
"crates/notgraph",
"tests/integration",
]
resolver = "2"