prvng_platform/crates/buildkit-launcher/Cargo.toml

21 lines
642 B
TOML

[package]
authors.workspace = true
description = "Ephemeral buildkit runner launcher — spawns hcloud VMs, runs buildctl, emits metrics (ADR-039)"
edition.workspace = true
name = "buildkit-launcher"
version.workspace = true
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "process", "time", "io-util"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
uuid = { workspace = true }
[[bin]]
name = "buildkit-launcher"
path = "src/main.rs"