chore: add integration test crate to workspace

This commit is contained in:
Joseph O'Brien
2026-04-01 05:01:42 -04:00
parent 748a0d8634
commit ef052c86cd
4 changed files with 35 additions and 0 deletions

View File

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