refactor(notstrap): extract run() into lib with BootstrapOptions
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user