refactor(notstrap): extract run() into lib with BootstrapOptions

This commit is contained in:
Joseph O'Brien
2026-04-01 04:57:32 -04:00
parent 7ca2b3c26d
commit 1545a913c5
3 changed files with 171 additions and 153 deletions

View File

@@ -9,6 +9,10 @@ description = "New-machine bootstrap orchestrator"
name = "notstrap"
path = "src/main.rs"
[lib]
name = "notstrap"
path = "src/lib.rs"
[dependencies]
notcore = { workspace = true }
notfiles = { workspace = true }