feat(notstrap): add new-machine bootstrap orchestrator

This commit is contained in:
Joseph O'Brien
2026-03-31 17:29:08 -04:00
parent 7339e2070d
commit 4025ed037b
4 changed files with 248 additions and 0 deletions

View File

@@ -2,3 +2,19 @@
name = "notstrap"
version = "0.1.0"
edition = "2024"
description = "New-machine bootstrap orchestrator"
[[bin]]
name = "notstrap"
path = "src/main.rs"
[dependencies]
notcore = { workspace = true }
notfiles = { workspace = true }
notsecrets = { workspace = true }
nothooks = { workspace = true }
clap = { workspace = true }
anyhow = { workspace = true }
which = { workspace = true }
serde = { workspace = true }
toml = { workspace = true }