feat(notstrap): add new-machine bootstrap orchestrator
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user