[package] name = "bento-driver" version = "0.1.0" edition = "2024" license = "MIT" description = "Thin agent-driven release driver: runs the proven macOS recipe (build -> sign -> notarize -> staple -> verify) on a build host via the ops-exec executor, then pulls the artifact. The full bentod/TUI orchestrator is deferred (launchplan §J)." [[bin]] name = "bento-release-macos" path = "src/main.rs" [dependencies] ops-exec = { path = "../../shared/ops-exec", features = ["rpc"] } tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "fs", "io-std"] } anyhow = "1.0.102" async-trait = "0.1.83" serde = { version = "1.0.228", features = ["derive"] } toml = "0.8" tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } [dev-dependencies] tempfile = "3.20"