- netboot-base.nix with SSH key auth - Launch scripts for node01/02/03 - Node configuration.nix and disko.nix - Nix modules for first-boot automation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
13 lines
240 B
TOML
13 lines
240 B
TOML
[package]
|
|
name = "k8shost-proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tonic = { workspace = true }
|
|
prost = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.11"
|
|
protoc-bin-vendored = "3"
|